Fusion Reactor
Link to fusion-reactor
Importing the Package
Link to importing-the-package
mods.techreborn.fusionReactor
Adding Recipes
Link to adding-recipes
ZenScript Copymods.techreborn.fusionReactor.addRecipe(IIngredient topInput, IIngredient bottomInput, IItemStack output, int startEU, int euTick, int tickTime);
Removing Recipes
Link to removing-recipes
ZenScript Copymods.techreborn.fusionReactor.removeTopInputRecipe(IIngredient iIngredient);
mods.techreborn.fusionReactor.removeBottomInputRecipe(IIngredient iIngredient);
mods.techreborn.fusionReactor.removeRecipe(IItemStack output);
mods.techreborn.fusionReactor.removeAll();