Skip to content

Commit

Permalink
Removal of electrotine
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDarkDnKTv committed May 18, 2021
1 parent 995e3ad commit 19baaab
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,5 +998,10 @@ public void run() {
ItemStack redstone = new ItemStack(Items.redstone), iron = new ItemStack(Items.iron_ingot);
RecipeHandler.scheduleCraftingToRemove(new RecipeHandler.InventoryRecipeMatcher(false, redstone, redstone, redstone, redstone, iron, redstone, redstone, redstone, redstone));
}

if (GregTech_API.sRecipeFile.get(GT_ConfigCategories.Recipes.disabledrecipes, "ProjectRed_ElectrotineCompound", true)) {
ItemStack electrotine = GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Electrotine), iron = new ItemStack(Items.iron_ingot);
RecipeHandler.scheduleCraftingToRemove(new RecipeHandler.InventoryRecipeMatcher(false, electrotine, electrotine, electrotine, electrotine, iron, electrotine, electrotine, electrotine, electrotine));
}
}
}

0 comments on commit 19baaab

Please sign in to comment.