Heat Exchanger
Note: Partially Broken
Importing the Package
mods.nuclearcraft.HeatExchanger
Adding Recipes
mods.nuclearcraft.HeatExchanger.addRecipe(ILiquidStack fluidInput, ILiquidStack fluidOutput, double heatRequired, int temperatureIn, int temperatureOut);
Removing Recipes
mods.nuclearcraft.HeatExchanger.removeRecipeWithInput(ILiquidStack fluidInput);mods.nuclearcraft.HeatExchanger.removeRecipeWithOutput(ILiquidStack fluidOutput);mods.nuclearcraft.HeatExchanger.removeAllRecipes();