From bcfabba1cf48fff83ab49c08399699669717412c Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Tue, 19 Jul 2016 19:29:29 +1000 Subject: > Attempted to implement a new GT-esque tool, the Skookum Choocher. > Texture issues everywhere, but it's related to another issue from long ago. > Think fixing one will fix the other. --- src/Java/miscutil/core/item/ModItems.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Java/miscutil/core/item') diff --git a/src/Java/miscutil/core/item/ModItems.java b/src/Java/miscutil/core/item/ModItems.java index 566a90015e..0760bd12c8 100644 --- a/src/Java/miscutil/core/item/ModItems.java +++ b/src/Java/miscutil/core/item/ModItems.java @@ -243,8 +243,7 @@ Gold Tool: 22*/ } - - UtilsItems.generateSpawnEgg("minecraft", "villager", Utils.generateSingularRandomHexValue(), Utils.generateSingularRandomHexValue()); + UtilsItems.generateSpawnEgg("ic2", "boatcarbon", Utils.generateSingularRandomHexValue(), Utils.generateSingularRandomHexValue()); -- cgit