From 386e71a1780c323f1dae0955a2616b81c5991c91 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 26 Dec 2013 01:52:40 +0200 Subject: typoooo!!! KJ has 4 IPs lol, maybe 4 penises too... --- common/darkknight/jewelrycraft/item/ItemMolds.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'common') 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("\\.", ":")); - } } -- cgit v1.2.3