diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/darkknight/jewelrycraft/item/ItemMolds.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/darkknight/jewelrycraft/item/ItemMolds.java b/common/darkknight/jewelrycraft/item/ItemMolds.java index 93b30e1..e82d539 100644 --- a/common/darkknight/jewelrycraft/item/ItemMolds.java +++ b/common/darkknight/jewelrycraft/item/ItemMolds.java @@ -69,11 +69,4 @@ public class ItemMolds extends Item this.moldsIcons[i] = par1IconRegister.registerIcon("jewelrycraft:" + moldsItemNames[i] + this.getIconString()); } } - - @Override - public Item setUnlocalizedName(String name) - { - Item r = super.setUnlocalizedName(name); - return r.setTextureName(name.toLowerCase().replaceAll("\\.", ":")); - } } |
