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

Heat Exchanger

Importing the Package

mods.nuclearcraft.heat_exchanger

Adding Recipes

script.zs
mods.nuclearcraft.heat_exchanger.addRecipe([fluidInput, fluidOutput, double heatRequired, int temperatureIn, int temperatureOut]);

Removing Recipes

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