Centrifuge
Link to centrifuge
Importing the Package
Link to importing-the-package
mods.nuclearcraft.Centrifuge
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.Centrifuge.addRecipe(ILiquidStack fluidInput, ILiquidStack fluidOutput1, ILiquidStack fluidOutput2, ILiquidStack fluidOutput3, ILiquidStack fluidOutput4, ILiquidStack fluidOutput5, ILiquidStack fluidOutput6, @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.Centrifuge.removeRecipeWithInput(ILiquidStack fluidInput);
mods.nuclearcraft.Centrifuge.removeRecipeWithOutput(ILiquidStack fluidOutput1, ILiquidStack fluidOutput2, ILiquidStack fluidOutput3, ILiquidStack fluidOutput4, ILiquidStack fluidOutput5, ILiquidStack fluidOutput6);
mods.nuclearcraft.Centrifuge.removeAllRecipes();