From 401d313409ca088156f5e7658cdb744a9d2d2cb7 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 21 Dec 2013 03:01:31 +0200 Subject: Changed Shadow Ingot image, added item renders to the blocks and working on item dropping --- common/darkknight/jewelrycraft/item/ItemRing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/darkknight/jewelrycraft/item/ItemRing.java') diff --git a/common/darkknight/jewelrycraft/item/ItemRing.java b/common/darkknight/jewelrycraft/item/ItemRing.java index 1c533e4..3368032 100644 --- a/common/darkknight/jewelrycraft/item/ItemRing.java +++ b/common/darkknight/jewelrycraft/item/ItemRing.java @@ -43,7 +43,7 @@ public class ItemRing extends ItemBase return 0; } - public int color(ItemStack stack) throws IOException + public static int color(ItemStack stack) throws IOException { if (stack.hasTagCompound()) { -- cgit v1.2.3