summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-30 01:25:36 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-30 01:25:36 +0100
commitc19aeae6ae51ca9019f8051f83ab7eb52f4a1608 (patch)
tree352b2eb480eb811adbc49893d126725c0c24a416 /src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java
parentb9ca797621e116f65aff916f5d4d485a93be1abf (diff)
- Hand Pedestals no longer close the palm when you put something in
- Fixed the ritual crashing - Fixed the Liquids Tab from crashing
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java')
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java b/src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java
index 0d97e22..f5c7848 100644
--- a/src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemBaseJewelry.java
@@ -17,6 +17,7 @@ import net.minecraft.client.resources.IResourceManager;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
+import net.minecraft.init.Items;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.util.DamageSource;