Health Processor

Link to health-processor

ZenScript
Copy
import mods.calculator.health;
  • IIngredient input The input.
  • Int value The amount of input adds to that machine.
ZenScript
Copy
health.addRecipe(IIngredient input, int value);
ZenScript
Copy
health.removeRecipe(IIngredient input);