Updated to Forge 1826

This commit is contained in:
WayofTime 2016-04-02 16:02:01 -04:00
parent 39df6d5bb0
commit 378c59d2b3
10 changed files with 169 additions and 37 deletions

View file

@ -77,7 +77,7 @@ public class ItemSigilTransposition extends ItemSigilBase
int cost = getLpUsed();
NBTTagCompound tileNBTTag = new NBTTagCompound();
String blockName = rightClickedBlock.getBlock().getRegistryName();
String blockName = rightClickedBlock.getBlock().getRegistryName().toString();
byte metadata = (byte) stack.getMetadata();
if (world.getTileEntity(blockPos) != null)