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([fluidInput, fluidOutput1, fluidOutput2, fluidOutput3, fluidOutput4 , @Optional double timeMultiplier, @Optional double powerMultiplier, @Optional double processRadiation]);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.centrifuge.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.centrifuge.removeRecipeWithOutput([fluidOutput1, fluidOutput2, fluidOutput3, fluidOutput4]);
mods.nuclearcraft.centrifuge.removeAllRecipes();