
NutritionZ
Nutrition system which has 5 nutrients to challenge your diet
Обновлён 5 марта 2026 г. · опубликован 31 декабря 2023 г.

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.
Incompatible
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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.1.2+1.21.1 | Релиз | 1.21.1 | fabric | 5 марта 2026 г. | .jar (118 КБ) |
| 1.1.1+1.21.1 | Релиз | 1.21.1 | fabric | 1 марта 2026 г. | .jar (96 КБ) |
| 1.0.12+1.20.1 | Релиз | 1.20.1 | fabric | 5 августа 2025 г. | .jar (146 КБ) |
| 1.1.0+1.21.1 | Релиз | 1.21.1 | fabric | 4 февраля 2025 г. | .jar (94 КБ) |
| 1.0.11+1.21.1 | Релиз | 1.21.1 | fabric | 12 октября 2024 г. | .jar (86 КБ) |
| 1.0.11+1.20.1 | Релиз | 1.20.1 | fabric | 12 октября 2024 г. | .jar (140 КБ) |
| 1.0.10+1.20.1 | Релиз | 1.20.1 | fabric | 20 августа 2024 г. | .jar (140 КБ) |
| 1.0.9+1.20.1 | Релиз | 1.20.1 | fabric | 16 июня 2024 г. | .jar (132 КБ) |
| 1.0.8+1.20.1 | Релиз | 1.20.1 | fabric | 8 июня 2024 г. | .jar (121 КБ) |
| 1.0.7+1.20.1 | Релиз | 1.20.1 | fabric | 8 июня 2024 г. | .jar (106 КБ) |
| 1.0.6+1.20.1 | Релиз | 1.20.1 | fabric | 22 мая 2024 г. | .jar (97 КБ) |
| 1.0.5+1.20.1 | Релиз | 1.20.1 | fabric | 14 апреля 2024 г. | .jar (94 КБ) |
| 1.0.4+1.20.1 | Релиз | 1.20.1 | fabric | 5 апреля 2024 г. | .jar (94 КБ) |
| 1.0.3+1.20.1 | Релиз | 1.20.1 | fabric | 5 апреля 2024 г. | .jar (94 КБ) |
| 1.0.2+1.20.1 | Релиз | 1.20.1 | fabric | 4 апреля 2024 г. | .jar (89 КБ) |
Показаны последние 15 из 17 версий. Все версии — на Modrinth.
Ченджлог
1.1.2+1.21.1Релиз1.21.1 · 5 марта 2026 г.
Added:
- FarmZ
- Nature's Delight
- Rose Gold Equipment
- Tide 2
- [Let's Do] Bakery
- [Let's Do] Beachparty
- [Let's Do] Brewery
- [Let's Do] Candlelight
- [Let's Do] HerbalBrews
- [Let's Do] Lili's Lucky Lures
- [Let's Do] Meadow
- [Let's Do] WilderNature
Updated:
- AdventureZ Compat
- More Delight (for Farmer's Delight)
- Nature's Spirit Compat
- [Let's Do] Vinery
1.1.1+1.21.1Релиз1.21.1 · 1 марта 2026 г.
Fixed:
Added:
- Screen key
- Cake nutrition mechanic
Changed:
1.0.12+1.20.1Релиз1.20.1 · 5 августа 2025 г.
Added:
- Amarite
1.0.8Compat - Lili's Lucky Lures
1.0.2Compat - Nether Depths Upgrade
3.1.6Compat - Tide
1.6.3Compat
Updated:
- [Let's Do] Beachparty
2.0.2 - [Let's Do] HerbalBrews
1.0.12 - [Let's Do] Vinery
1.4.39 - Naturalist
5.0pre3 - Nature's Spirit
2.2.4
1.1.0+1.21.1Релиз1.21.1 · 4 февраля 2025 г.
Fixed:
- Nutrition values for non food items
Added:
- Button click sound
- Config option for default datapacks
- Croptopia
3.0.9compat
1.0.11+1.21.1Релиз1.21.1 · 12 октября 2024 г.
Changed:
- Updated to mc
1.21.1 - fixed & removed old datapacks
1.0.11+1.20.1Релиз1.20.1 · 12 октября 2024 г.
Fixed:
bakery:glowberry_tart
Changed:
- Minerals negative effect from
nausea->bad luck 2
1.0.10+1.20.1Релиз1.20.1 · 20 августа 2024 г.
Changed:
- Minerals negative effect from
mining fatique->nausea - Now all datapacks are valid throughout minecraft versions
- Dropped support for standalone legacy lets do mods
Added:
- [Let's Do Addon] Corn Expansion
1.0.1compat - [Let's Do] Bakery - Farm&Charm Compat
2.0.1compat - [Let's Do] Brewery - Farm&Charm Compat
2.0.2compat - [Let's Do] Candlelight - Farm&Charm Compat
2.0.1compat - [Let's Do] Farm & Charm
1.0.2compat - [Let's Do] WilderNature
1.0.2compat
Removed:
- Legacy: [Let's Do] Bakery compat
- Legacy: [Let's Do] Brewery compat
- Legacy: [Let's Do] Candlelight compat
Updated:
- [Let's Do] Beachparty
1.1.5compat - [Let's Do] Vinery
1.4.28compat
1.0.9+1.20.1Релиз1.20.1 · 16 июня 2024 г.
Changed:
- Default max nutrition from 100 -> 300
Added:
- Bountiful Fares
1.2.1compat - Culinaire
3.0.0compat - Exline's Fishing
1.0.4compat - Living Things
2.0.2compat - Natures Delight
1.2compat
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
