Formatting pass.
This commit is contained in:
parent
1e9f3dadd3
commit
25108a5838
13 changed files with 90 additions and 72 deletions
|
@ -77,7 +77,7 @@ public class ItemSigilTransposition extends ItemSigilBase
|
|||
|
||||
NBTTagCompound tileNBTTag = new NBTTagCompound();
|
||||
String blockName = rightClickedBlock.getBlock().getRegistryName().toString();
|
||||
byte metadata = (byte) rightClickedBlock.getMeta();
|
||||
byte metadata = (byte) rightClickedBlock.getMeta();
|
||||
|
||||
if (world.getTileEntity(blockPos) != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue