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