From e7ee4138d968834c3550dd623bcdcfc36fc2ce0d Mon Sep 17 00:00:00 2001 From: Mohammad-Ali Minaie Date: Thu, 6 Apr 2017 21:29:16 -0400 Subject: [PATCH] updated itemBall type objects --- .../main/java/nmd/primal/forgecraft/init/ModItems.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java b/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java index 173458dd..59a3bd83 100644 --- a/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java +++ b/1.11/src/main/java/nmd/primal/forgecraft/init/ModItems.java @@ -45,6 +45,10 @@ public class ModItems { public static Item ironchunkhot; public static Item ironcleaningotballhot; public static Item ironcleanchunkhot; + public static Item steelingotballhot; + public static Item steelchunkhot; + public static Item wootzingotballhot; + public static Item wootzchunkhot; public static Item pickaxehead; public static Item ironaxehead; @@ -94,6 +98,12 @@ public class ModItems { **********/ ironingotballhot = new BaseMultiItem("ironingothot", ModMaterials.TOOL_WROUGHT_IRON); ironchunkhot = new BaseMultiItem("ironchunkhot", ModMaterials.TOOL_WROUGHT_IRON); + ironcleaningotballhot= new BaseMultiItem("ironcleaningotballhot", ModMaterials.CLEAN_IRON); + ironcleanchunkhot= new BaseMultiItem("ironcleanchunkhot", ModMaterials.CLEAN_IRON); + steelingotballhot= new BaseMultiItem("steelingotballhot", ModMaterials.BASIC_STEEL); + steelchunkhot= new BaseMultiItem("steelchunkhot", ModMaterials.BASIC_STEEL); + wootzingotballhot= new BaseMultiItem("wootzingotballhot", ModMaterials.WOOTZ_STEEL); + wootzchunkhot= new BaseMultiItem("wootzchunkhot", ModMaterials.WOOTZ_STEEL); //forgingmanual = new ItemForgingManual(); //test = new ItemTest("ironsword");