From 4d44f0da49a8676fe557ba5da9022428a6b6f061 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 21 Dec 2013 12:58:12 +0200 Subject: Added new messages, added the timers to the config file, changed the config file a bit, fixed the molds not dropping correctly --- .../jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java') diff --git a/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java b/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java index 920aef9..2242804 100644 --- a/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java +++ b/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java @@ -87,9 +87,9 @@ public class TileEntityJewelrsCraftingTable extends TileEntity this.hasEndItem = true; this.endItem = jewel.copy(); this.hasJewel = false; - this.jewel = new ItemStack(0, 0, 0); + this.jewel = new ItemStack(0, 0, 0); this.hasModifier = false; - this.modifier = new ItemStack(0, 0, 0); + this.modifier = new ItemStack(0, 0, 0); } } } -- cgit v1.2.3