promotional bannermobile promotional banner

Nutrition Unofficial Extended Life

An unofficial fork of Nutrition(A Minecraft mod that ensures you eat healthy.)!

File Details

Nutrition-UEL-4.14.0

  • R
  • Jan 11, 2025
  • 141.95 KB
  • 119
  • 1.12.2
  • Forge

File Name

Nutrition-UEL-4.14.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:nutrition-unofficial-extended-life-964516:6076795")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

What's Changed

New config file: food_hint.json

This is an easy eay to specify the heal amount of food items that don't implements INutritionFood .

New API interface: INutrition

It's the interface of Nutrition for the API. (Don't create a class that implements INutrition.)

New API utility class: NutritionUtil

Utility class NutritionUtil is added to the API.

New API : INutritionFoodAdapter

This is for an addon to NutritionUEL. There are some modded items that don't extend INutritionFood. Create a class that implements INutritionFoodAdapter and register it to treat the items as INutritionFood.

New support: ExtraPlanets

  • extraplanets:canned_food

*Do not use any classes outside the API because they can be change.