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);import mods.calculator.health;health.addRecipe(IIngredient input, int value);health.removeRecipe(IIngredient input);