Precision Chamber
Package
import mods.calculator.precisionChamber;Methods
- IIngredient input The input.
- IIngredient output[1-2] The outputs.
Addition
precisionChamber.addRecipe(IIngredient input, IIngredient output1, IIngredient output2);Removal
precisionChamber.removeRecipe(IIngredient output1, IIngredient output2);