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

Condenser

Note: Partially Broken

Importing the Package

mods.nuclearcraft.Condenser

Adding Recipes

script.zs
mods.nuclearcraft.Condenser.addRecipe(ILiquidStack fluidInput, ILiquidStack fluidOutput, @Optional double coolingRequired, @Optional int condensingTemperature);

Removing Recipes

script.zs
mods.nuclearcraft.Condenser.removeRecipeWithInput(ILiquidStack fluidInput);
mods.nuclearcraft.Condenser.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.Condenser.removeAllRecipes();