From 5fce447142b3c0f4a214ca7eb208d9e5c25e6377 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 23 Mar 2014 19:01:47 +0200 Subject: Added necklaces, Altar Block, new stuff, better Shadow Ingot texture --- common/darkknight/jewelrycraft/item/ItemClayMolds.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/darkknight/jewelrycraft/item/ItemClayMolds.java') diff --git a/common/darkknight/jewelrycraft/item/ItemClayMolds.java b/common/darkknight/jewelrycraft/item/ItemClayMolds.java index 184db0d..05a684c 100644 --- a/common/darkknight/jewelrycraft/item/ItemClayMolds.java +++ b/common/darkknight/jewelrycraft/item/ItemClayMolds.java @@ -14,7 +14,7 @@ import net.minecraft.util.MathHelper; public class ItemClayMolds extends Item { /** List of molds color names */ - public static final String[] moldsItemNames = new String[] { "clayIngot", "clayRing" }; + public static final String[] moldsItemNames = new String[] { "clayIngot", "clayRing", "clayNecklace" }; @SideOnly(Side.CLIENT) private Icon[] moldsIcons; -- cgit v1.2.3