diff options
Diffstat (limited to 'java/darkknight/jewelrycraft/item/ItemMolds.java')
| -rw-r--r-- | java/darkknight/jewelrycraft/item/ItemMolds.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/darkknight/jewelrycraft/item/ItemMolds.java b/java/darkknight/jewelrycraft/item/ItemMolds.java index a335df8..0703997 100644 --- a/java/darkknight/jewelrycraft/item/ItemMolds.java +++ b/java/darkknight/jewelrycraft/item/ItemMolds.java @@ -15,7 +15,7 @@ public class ItemMolds extends Item { /** List of molds color names */ public static final String[] moldsItemNames = new String[] - { "ingot", "ring", "necklace" }; + { "ingot", "ring", "necklace", "bracelet", "earrings" }; @SideOnly(Side.CLIENT) private IIcon[] moldsIcons; |
