Skip to content

Commit

Permalink
Fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rikka0w0 committed Nov 10, 2020
1 parent c245fb8 commit f9219fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ A Minecraft mod aiming to bring real world electrical systems into the Minecraft

Presented by the Chinese Institution of Scientific Minecraft Mod (CISM)

Current Supported Version: Minecraft Forge 1.15.2
Current Supported Version: Minecraft Forge 1.16.4 (Also work on 1.16.3)

Legacy versions: Minecraft Forge 1.15.2, 1.14.4, 1.12.2, 1.11.2, 1.7.10

![Image](https://raw.githubusercontent.com/wiki/RoyalAliceAcademyOfSciences/SimElectricity/screenshots/grid.jpg)

Expand Down
2 changes: 1 addition & 1 deletion librikka
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public static ActionResultType useMultimeter(ItemUseContext context) {
return ActionResultType.PASS;

Utils.chat(player, "------------------");
player.sendMessage(BlockUtils.getDisplayName(world, pos), net.minecraft.util.Util.DUMMY_UUID); // TODO: Im not sure about 1.16.4 UUID stuff
player.sendMessage(BlockUtils.getDisplayName(world, pos), net.minecraft.util.Util.DUMMY_UUID);

if (block instanceof ISENodeDelegateBlock) {
delegatedNode = ((ISENodeDelegateBlock<?>) block).getNode(world, pos);
Expand Down

0 comments on commit f9219fb

Please sign in to comment.