Alloy Furnace
Link to alloy-furnace
Importing the Package
Link to importing-the-package
mods.nuclearcraft.AlloyFurnace
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.AlloyFurnace.addRecipe(IIngredient itemInput1, IIngredient itemInput2, IIngredient itemOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.AlloyFurnace.removeRecipeWithInput(IIngredient itemInput1, IIngredient itemInput2);
mods.nuclearcraft.AlloyFurnace.removeRecipeWithOutput(IIngredient itemOutput);
mods.nuclearcraft.AlloyFurnace.removeAllRecipes();