Scientific Calculator
Package
import mods.calculator.scientific;Methods
- IIngredient input[1-2] The inputs.
 - IIngredient output The output.
 
Addition
scientific.addRecipe(IIngredient input1, IIngredient input2, IIngredient output);Removal
scientific.removeRecipe(IIngredient output);