Industrial Blast Furnace

Link to industrial-blast-furnace

Importing the Package

Link to importing-the-package

mods.techreborn.blastFurnace

ZenScript
Copy
mods.techreborn.blastFurnace.addRecipe(IItemStack output1, IItemStack output2, IIngredient input1, IIngredient input2, int ticktime, int euTick, int neededHeat);

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.techreborn.blastFurnace.removeInputRecipe(IIngredient ingredient);
mods.techreborn.blastFurnace.removeRecipe(IItemStack output);
mods.techreborn.blastFurnace.removeAll();