Steam Turbine
Link to steam-turbine
Importing the Package
Link to importing-the-package
mods.nuclearcraft.turbine
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.turbine.addRecipe([fluidInput, fluidOutput, double powerPerMB, double expansionLevel]);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.turbine.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.turbine.removeRecipeWithOutput([fluidOutput]);
mods.nuclearcraft.turbine.removeAllRecipes();