summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2013-12-26 01:52:40 +0200
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2013-12-26 01:52:40 +0200
commit386e71a1780c323f1dae0955a2616b81c5991c91 (patch)
treead7c7c827de8e049b2f1548725149753933a66f3 /common
parent1b240121e2865f78d3884549cc9465db7c62d5e7 (diff)
typoooo!!! KJ has 4 IPs lol, maybe 4 penises too...
Diffstat (limited to 'common')
-rw-r--r--common/darkknight/jewelrycraft/item/ItemMolds.java7
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("\\.", ":"));
- }
}