summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2013-12-15 23:17:49 +0200
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2013-12-15 23:17:49 +0200
commitcd270875b6b9b5f26e444a0e683fefa3495e2784 (patch)
tree5a7dc5d0d490fe1d6364a42fb8e74661695ec74d /common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java
parentff4b3d697a65940b812d4d8e6977ed180709a3c0 (diff)
More Molds and Molder stuff
Diffstat (limited to 'common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java')
-rw-r--r--common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java1
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)