diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-21 03:01:31 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-21 03:01:31 +0200 |
| commit | 401d313409ca088156f5e7658cdb744a9d2d2cb7 (patch) | |
| tree | 6b36182aeb41967a0b9c04012b2435bcde49324c /common/darkknight/jewelrycraft/item/ItemRing.java | |
| parent | b40a2953324c73d5b88c81032cec2c56a9d0c564 (diff) | |
Changed Shadow Ingot image, added item renders to the blocks and working on item dropping
Diffstat (limited to 'common/darkknight/jewelrycraft/item/ItemRing.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/item/ItemRing.java | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |
