Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Steam Turbine

Importing the Package

mods.nuclearcraft.turbine

Adding Recipes

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

Removing Recipes

script.zs
mods.nuclearcraft.turbine.removeRecipeWithInput([fluidInput]);
mods.nuclearcraft.turbine.removeRecipeWithOutput([fluidOutput]);
mods.nuclearcraft.turbine.removeAllRecipes();