removing tnt ->itnt recipe
This commit is contained in:
parent
874dfdc309
commit
de8fbc682d
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ public class GT_CraftingRecipeLoader
|
||||||
GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("reBattery", 1L));
|
GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("reBattery", 1L));
|
||||||
GT_ModHandler.removeRecipeByOutput(new ItemStack(Blocks.tnt));
|
GT_ModHandler.removeRecipeByOutput(new ItemStack(Blocks.tnt));
|
||||||
GT_ModHandler.removeRecipeByOutput(GT_ModHandler.getIC2Item("dynamite", 1L));
|
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)});
|
ItemStack tStack = GT_ModHandler.removeRecipe(new ItemStack[]{new ItemStack(Blocks.planks, 1, 0), null, null, new ItemStack(Blocks.planks, 1, 0)});
|
||||||
if (tStack != null) {
|
if (tStack != null) {
|
||||||
|
|
Loading…
Reference in a new issue