Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Ingot Former

Importing the Package

mods.nuclearcraft.ingot_former

Adding Recipes

script.zs
mods.nuclearcraft.ingot_former.addRecipe([fluidInput, itemOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation]);

Removing Recipes

script.zs
mods.nuclearcraft.ingot_former.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.ingot_former.removeRecipeWithOutput([itemOutput]);
mods.nuclearcraft.ingot_former.removeAllRecipes();