Note: Partially Broken

Importing the Package

Link to importing-the-package

mods.nuclearcraft.Condenser

ZenScript
Copy
mods.nuclearcraft.Condenser.addRecipe(ILiquidStack fluidInput, ILiquidStack fluidOutput, @Optional double coolingRequired, @Optional int condensingTemperature);

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.nuclearcraft.Condenser.removeRecipeWithInput(ILiquidStack fluidInput);
mods.nuclearcraft.Condenser.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.Condenser.removeAllRecipes();