removing tnt ->itnt recipe

This commit is contained in:
Blood-Asp 2016-01-04 16:18:41 +01:00
parent 874dfdc309
commit de8fbc682d

View file

@ -74,6 +74,7 @@ public class GT_CraftingRecipeLoader
GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("reBattery", 1L));
GT_ModHandler.removeRecipeByOutput(new ItemStack(Blocks.tnt));
GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("dynamite", 1L));
GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("industrialTnt", 1L));
ItemStack tStack = GT_ModHandler.removeRecipe(new ItemStack[]{new ItemStack(Blocks.planks, 1, 0), null, null, new ItemStack(Blocks.planks, 1, 0)});
if (tStack != null) {