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(ILiquidStack fluidInput, ILiquidStack fluidOutput, double powerPerMB, double expansionLevel, @Optional String particleEffect, @Optional double particleSpeedMultiplier);

Removing Recipes

script.zs
mods.nuclearcraft.Turbine.removeRecipeWithInput(ILiquidStack fluidInput);
mods.nuclearcraft.Turbine.removeRecipeWithOutput(ILiquidStack fluidOutput);
mods.nuclearcraft.turbine.removeAllRecipes();