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

Condenser

Importing the Package

mods.nuclearcraft.condenser

Adding Recipes

script.zs
mods.nuclearcraft.condenser.addRecipe([fluidInput, fluidOutput, @Optional double coolingRequired, @Optional int condensingTemperature]);

Removing Recipes

script.zs
mods.nuclearcraft.condenser.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.condenser.removeRecipeWithOutput([fluidOutput]);
mods.nuclearcraft.condenser.removeAllRecipes();