Decay Generator
Link to decay-generator
Importing the Package
Link to importing-the-package
mods.nuclearcraft.DecayGenerator
Adding Recipes
Link to adding-recipes
ZenScript Copymods.nuclearcraft.DecayGenerator.addRecipe(IIngredient blockInput, IIngredient blockOutput, double meanLifetime, double power, double radiation);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.nuclearcraft.DecayGenerator.removeRecipeWithInput(IIngredient blockInput);
mods.nuclearcraft.DecayGenerator.removeRecipeWithOutput(IIngredient blockOutput);
mods.nuclearcraft.DecayGenerator.removeAllRecipes();