Fusion Reactor
Importing the Package
mods.techreborn.fusionReactor
Adding Recipes
mods.techreborn.fusionReactor.addRecipe(IIngredient topInput, IIngredient bottomInput, IItemStack output, int startEU, int euTick, int tickTime);
Removing Recipes
mods.techreborn.fusionReactor.removeTopInputRecipe(IIngredient iIngredient);mods.techreborn.fusionReactor.removeBottomInputRecipe(IIngredient iIngredient);mods.techreborn.fusionReactor.removeRecipe(IItemStack output);mods.techreborn.fusionReactor.removeAll();