diff options
Diffstat (limited to 'common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java b/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java index 302a36f..092bb47 100644 --- a/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java +++ b/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java @@ -78,6 +78,7 @@ public class TileEntityMolder extends TileEntity this.hasJewelBase = true; } } + System.out.print(hasJewelBase); } public void onDataPacket(INetworkManager net, Packet132TileEntityData pkt) |
