Health Processor
Package
import mods.calculator.health;
Methods
- IIngredient input The input.
- Int value The amount of input adds to that machine.
Additon
health.addRecipe(IIngredient input, int value);
Removal
health.removeRecipe(IIngredient input);