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

Heat Exchanger

Note: Partially Broken

Importing the Package

mods.nuclearcraft.HeatExchanger

Adding Recipes

script.zs
mods.nuclearcraft.HeatExchanger.addRecipe(ILiquidStack fluidInput, ILiquidStack fluidOutput, double heatRequired, int temperatureIn, int temperatureOut);

Removing Recipes

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