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