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

Decay Generator

Importing the Package

mods.nuclearcraft.DecayGenerator

Adding Recipes

script.zs
mods.nuclearcraft.DecayGenerator.addRecipe(IIngredient blockInput, IIngredient blockOutput, double meanLifetime, double power, double radiation);

Removing Recipes

script.zs
mods.nuclearcraft.DecayGenerator.removeRecipeWithInput(IIngredient blockInput);
mods.nuclearcraft.DecayGenerator.removeRecipeWithOutput(IIngredient blockOutput);
mods.nuclearcraft.DecayGenerator.removeAllRecipes();