Nutrition Unofficial Extended Life
This mod unlocks entirely new possibilities for customizing the health system in Minecraft. You can create unique food mechanics by defining different types of nutrients and their effects on the player. The entire system operates through JSON file editing, where you configure nutrient groups and programmable status effects.

What's New:
Extended API: INutritionFood
Now you can integrate your mods even if food items don't inherit from the standard ItemFood class. For compatibility with Nutrition UEL, your items must implement the INutritionFood interface.
New Commands: nutrition-food
Manipulate nutrient settings directly in-game:
- nutrition-food — shows nutritional information about the item in hand
- nutrition-food add
[ — adds a nutrient to the held item] - nutrition-food remove
— removes a nutrient from the held item
This tool allows pack authors to create unique food mechanics through simple configuration file editing.