Alloy Furnace
Importing the Package
mods.nuclearcraft.AlloyFurnace
Adding Recipes
mods.nuclearcraft.AlloyFurnace.addRecipe(IIngredient itemInput1, IIngredient itemInput2, IIngredient itemOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);
Removing Recipes
mods.nuclearcraft.AlloyFurnace.removeRecipeWithInput(IIngredient itemInput1, IIngredient itemInput2);mods.nuclearcraft.AlloyFurnace.removeRecipeWithOutput(IIngredient itemOutput);mods.nuclearcraft.AlloyFurnace.removeAllRecipes();