diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-02-03 21:09:09 +0000 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-02-03 21:09:09 +0000 |
| commit | 3f4c717de5ebc9b942d65ae45ac87c43bdf8a31b (patch) | |
| tree | 15c68c8b61dbd0b7f44937a5c790c4b844e50f58 /java/darkknight/jewelrycraft/item/ItemMolds.java | |
| parent | 73ca377dc01f859dabd7b07738cb7aeb762272b1 (diff) | |
Made a few modifications to some classes, added earrings and bracelets. Improved coloring algorithm and balanced the Thieving Glove
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; |
