Heat Exchanger
Link to heat-exchanger
Importing the Package
Link to importing-the-package
mods.nuclearcraft.heat_exchanger
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.heat_exchanger.addRecipe([fluidInput, fluidOutput, double heatRequired, int temperatureIn, int temperatureOut]);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.heat_exchanger.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.heat_exchanger.removeRecipeWithOutput([fluidOutput]);
mods.nuclearcraft.heat_exchanger.removeAllRecipes();