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