Importing the Package

Link to importing-the-package

mods.nuclearcraft.heat_exchanger

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

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.nuclearcraft.heat_exchanger.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.heat_exchanger.removeRecipeWithOutput([fluidOutput]);
mods.nuclearcraft.heat_exchanger.removeAllRecipes();