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

Fusion Reactor

Importing the Package

mods.techreborn.fusionReactor

Adding Recipes

script.zs
mods.techreborn.fusionReactor.addRecipe(IIngredient topInput, IIngredient bottomInput, IItemStack output, int startEU, int euTick, int tickTime);

Removing Recipes

script.zs
mods.techreborn.fusionReactor.removeTopInputRecipe(IIngredient iIngredient);
mods.techreborn.fusionReactor.removeBottomInputRecipe(IIngredient iIngredient);
mods.techreborn.fusionReactor.removeRecipe(IItemStack output);
mods.techreborn.fusionReactor.removeAll();