Fabrication Chamber
Not fully implimented, only takes one input.
Package
import mods.calculator.fabricationChamber;
Methods
- IIngredient input The input.
- IIngredient output The outputs.
Addition
fabricationChamber.addRecipe(IIngredient input, IIngredient output);
Removal
fabricationChamber.removeRecipe(IIngredient input);