Importing the Package

Link to importing-the-package

mods.nuclearcraft.turbine

ZenScript
Copy
mods.nuclearcraft.turbine.addRecipe([fluidInput, fluidOutput, double powerPerMB, double expansionLevel]);

Removing Recipes

Link to removing-recipes

ZenScript
Copy
mods.nuclearcraft.turbine.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.turbine.removeRecipeWithOutput([fluidOutput]);
mods.nuclearcraft.turbine.removeAllRecipes();