Industrial Blast Furnace
Link to industrial-blast-furnace
Importing the Package
Link to importing-the-package
mods.techreborn.blastFurnace
Adding Recipes
Link to adding-recipes
ZenScript Copymods.techreborn.blastFurnace.addRecipe(IItemStack output1, IItemStack output2, IIngredient input1, IIngredient input2, int ticktime, int euTick, int neededHeat);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.techreborn.blastFurnace.removeInputRecipe(IIngredient ingredient);
mods.techreborn.blastFurnace.removeRecipe(IItemStack output);
mods.techreborn.blastFurnace.removeAll();