Supercooler
Link to supercooler
Importing the Package
Link to importing-the-package
mods.nuclearcraft.Supercooler
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.Supercooler.addRecipe(ILiquidStack fluidInput, ILiquidStack fluidOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.Supercooler.removeRecipeWithInput(ILiquidStack fluidInput);
mods.nuclearcraft.Supercooler.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.Supercooler.removeAllRecipes();