Flawless Calculator
Package
import mods.calculator.flawless;Methods
- IIngredient input[1-4] The inputs.
 - IIngredient output The output.
 
Addition
flawless.addRecipe(IIngredient input1, IIngredient input2, IIngredient input3, IIngredient input4, IIngredient output);Removal
flawless.removeRecipe(IIngredient output);