Stone Separator
Package
import mods.calculator.stoneSeparator;Methods
- IIngredient input The input.
 - IIngredient output[1-2] The outputs.
 
Additon
stoneSeparator.addRecipe(IIngredient input, IIngredient output1, IIngredient output2);Removal
stoneSeparator.removeRecipe(IIngredient output, IIngredient output2);