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