summaryrefslogtreecommitdiff
path: root/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java
diff options
context:
space:
mode:
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);
}
}
}