CurseForge · Minecraft mod
NutritionZ
Nutrition system which has 5 nutrients to challenge your diet
Quick answer
Which NutritionZ release should I use?
nutritionz-1.1.2+1.21.1 targets 1.21.1 with Fabric. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. All 3 required mods have matching files.
Where it goes
Is NutritionZ required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does nutritionz-1.1.2+1.21.1 need?
nutritionz-1.1.2+1.21.1. Change the file and its required mods may change too.
Install Cloth Config API (Fabric/Forge/NeoForge), Fabric API, Cloth Config API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add NutritionZ without breaking your instance.
Built for nutritionz-1.1.2+1.21.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use nutritionz-1.1.2+1.21.1. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Cloth Config API (Fabric/Forge/NeoForge), Fabric API, Cloth Config API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside nutritionz-1.1.2+1.21.1. It opens that exact file at the source.
About this project
What does NutritionZ add?

NutritionZ adds a nutrition system to enhance the gameplay.
Installation
NutritionZ is a mod built for the Fabric Loader. It requires Fabric API and Cloth Config API to be installed separately; all other dependencies are installed with the mod.
Adjustments
Default Datapacks & Mod Compat
NutritionZ provides some default datapacks for other mods. You can disable/enable them via config. You can add other mod compats via datapack. Just follow the structure data/somemod/nutrition/somename.json.
Here's an example from the default vanilla datapack:
{
"minecraft:cooked_cod": { // The default datapacks provide 5 points for half saturation
"carbohydrates": 0,
"protein": 16,
"fat": 3,
"vitamins": 0,
"minerals": 6
}
}
Nutrition Manager
You can tweak the default manager via datapack as well. data/somemod/nutrition_manager/somename.json
With this you can replace the positive effects & attributes from all 5 nutrients, as well as the negatives.
Example:
{
"minerals": {
"replace": true,
"positive": {
"generic.armor_toughness": { // attribute
"operation": "ADD_VALUE", // ADD_VALUE, ADD_MULTIPLIED_BASE , ADD_MULTIPLIED_TOTAL
"value": 1.0 // gives +1 Armor Toughness per level -> e.g. +20 max level
},
"minecraft:haste": { // effect
"duration": 319, // wouldn`t recommend to lower this on effects
"amplifier": 0 // equals Haste I
}
},
"negative": {
"generic.armor_toughness": {
"operation": "ADD_VALUE",
"value": 1.0 // needs to be positive value -> will be negative automatically
},
"minecraft:mining_fatigue": {
"duration": 319,
"amplifier": 0
}
}
}
}
Max Nutrition & thresholds can be set in the nutritionz.json5 config.
{
"maxNutrition": 100, // Max nutrition for one nutrient
"negativeNutrition": 10, // 0 - 10 = negative effects / attributes (negative threshold)
"positiveNutrition": 90, // 90 - 100 = positive effects / attributes (positive threshold)
}
Credits
Project description from CurseForge.
Pick your setup
NutritionZ by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
NutritionZ versions and loaders
nutritionz-1.1.2+1.21.1
nutritionz-1.1.2.jar
5 Mar 2026
nutritionz-1.1.1+1.21.1
nutritionz-1.1.1.jar
1 Mar 2026
nutritionz-1.0.12+1.20.1
nutritionz-1.0.12.jar
5 Aug 2025
nutritionz-1.1.0+1.21.1
nutritionz-1.1.0.jar
4 Feb 2025
nutritionz-1.0.11+1.21.1
nutritionz-1.0.11.jar
12 Oct 2024
nutritionz-1.0.11+1.20.1
nutritionz-1.0.11.jar
12 Oct 2024
nutritionz-1.0.10+1.20.1
nutritionz-1.0.10.jar
20 Aug 2024
nutritionz-1.0.9+1.20.1
nutritionz-1.0.9.jar
16 Jun 2024
nutritionz-1.0.8+1.20.1
nutritionz-1.0.8.jar
8 Jun 2024
nutritionz-1.0.7+1.20.1
nutritionz-1.0.7.jar
8 Jun 2024
nutritionz-1.0.6+1.20.1
nutritionz-1.0.6.jar
22 May 2024
nutritionz-1.0.5+1.20.1
nutritionz-1.0.5.jar
14 Apr 2024
Looking for an older file? The official CurseForge project page is in Resources.