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(ILiquidStack fluidInput, ILiquidStack fluidOutput, double powerPerMB, double expansionLevel, @Optional String particleEffect, @Optional double particleSpeedMultiplier);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.Turbine.removeRecipeWithInput(ILiquidStack fluidInput);
mods.nuclearcraft.Turbine.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.turbine.removeAllRecipes();