Ingot Former
Link to ingot-former
Importing the Package
Link to importing-the-package
mods.nuclearcraft.ingot_former
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.ingot_former.addRecipe([fluidInput, itemOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation]);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.ingot_former.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.ingot_former.removeRecipeWithOutput([itemOutput]);
mods.nuclearcraft.ingot_former.removeAllRecipes();