Fluid Mixer
Link to fluid-mixer
Importing the Package
Link to importing-the-package
mods.nuclearcraft.SaltMixer
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.SaltMixer.addRecipe(ILiquidStack fluidInput1, ILiquidStack fluidInput2, ILiquidStack fluidOutput, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.SaltMixer.removeRecipeWithInput(ILiquidStack fluidInput1, ILiquidStack fluidInput2);
mods.nuclearcraft.SaltMixer.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.SaltMixer.removeAllRecipes();