Download Nutrition Unofficial Extended Life — Minecraft Mods — ModStock

Nutrition Unofficial Extended Life

Active

Downloads

0

Last update

5 months ago

Versions

1.12.2
Client and server
Forge
Food
Utils

Nutrition Unofficial Extended Life allows you to create custom health systems in Minecraft by defining nutrient types and effects. It does this through a JSON-driven system of Nutrients and Effects, which define unique food groups and programmable status effects. This customization allows modpack authors to create entirely unique experiences just by editing the config files.

Nutritioin GUI

What's New:

New API: INutritionFood

This is an interface for items not extending ItemFood. To be compatible with Nutrition UEL, your mod items must extend this and implement methods.

New Command: nutrition-food

This command can modify nutrient configs.

  • /nutrient-food -> Show the nutrient info of the held food.
  • /nutrient-food add [] -> Add the nutrient (and scale) to the held food.
  • /nutrient-food remove -> Remove the nutrient from the held food.

Credit:

Original mod is Nutrition.