Processing Chamber
Package
import mods.calculator.processingChamber;
Methods
- IIngredient input The input.
- IIngredient output The output.
Addition
processingChamber.addRecipe(IIngredient input, IIngredient output);
Removal
processingChamber.removeRecipe(IIngredient output);