summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2013-12-21 12:58:12 +0200
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2013-12-21 12:58:12 +0200
commit4d44f0da49a8676fe557ba5da9022428a6b6f061 (patch)
tree7ef3a610ef60fcb5b63ac72962da6af27b8005ed /common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java
parent401d313409ca088156f5e7658cdb744a9d2d2cb7 (diff)
Added new messages, added the timers to the config file, changed the config file a bit, fixed the molds not dropping correctly
Diffstat (limited to 'common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java')
-rw-r--r--common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java4
1 files changed, 2 insertions, 2 deletions
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);
}
}
}