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

Melter

Importing the Package

mods.nuclearcraft.Melter

Adding Recipes

script.zs
mods.nuclearcraft.Melter.addRecipe(IIngredient itemInput, ILiquidStack fluidOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);

Removing Recipes

script.zs
mods.nuclearcraft.Melter.removeRecipeWithInput(IIngredient itemInput);
mods.nuclearcraft.Melter.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.Melter.removeAllRecipes();