Crystallizer
Importing the Package
mods.nuclearcraft.Crystallizer
Adding Recipes
mods.nuclearcraft.Crystallizer.addRecipe(ILiquidStack fluidInput, IIngredient itemOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);
Removing Recipes
mods.nuclearcraft.Crystallizer.removeRecipeWithInput(ILiquidStack fluidInput);mods.nuclearcraft.Crystallizer.removeRecipeWithOutput(IIngredient itemOutput);mods.nuclearcraft.Crystallizer.removeAllRecipes();