Updated to Forge 1826
This commit is contained in:
parent
39df6d5bb0
commit
378c59d2b3
10 changed files with 169 additions and 37 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue