NutritionZ

NutritionZ

Nutrition system which has 5 nutrients to challenge your diet

989.3K downloads
Created Apr 9, 2026
by xR4YM0ND

About

<center> <a href="https://www.serveratelier.com" target="_blank"> <img src="https://www.serveratelier.com/assets/themes/atelier/assets/images/banner/sa_budget.png" alt="Get your Budget Gameserver today at ServerAtelier"> </a>

nutritionz title wide

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

Tough As Nails

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:

</center>
{
    "minecraft:cooked_cod": { // The default datapacks provide 5 points for half saturation
        "carbohydrates": 0,
        "protein": 16,
        "fat": 3,
        "vitamins": 0,
        "minerals": 6
    }
}
<center>

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:

</center>
{
    "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
            }
        }
    }
}
<center>

Max Nutrition & thresholds can be set in the nutritionz.json5 config.

</center>
{
	"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)
}
<center>

Credits

<a href="https://discord.gg/WXdSYn4yHB" target="_blank"> <img alt="Discord Fabricated Atelier" src="https://img.shields.io/discord/745451299713056791?color=7289DA&label=DISCORD&logo=discord&logoColor=white&style=for-the-badge"></a> <a href="https://github.com/xR4YM0ND/NutritionZ/blob/1.21/LICENSE" target="_blank"> <img alt="GitHub License" src="https://img.shields.io/github/license/xR4YM0ND/NutritionZ?style=for-the-badge"></a> <a href="https://github.com/xR4YM0ND/NutritionZ" target="_blank"> <img alt="GitHub Source Code" src="https://img.shields.io/badge/Github-Source_Code-lightgrey?style=for-the-badge"></a> <p></p> <a href="https://modrinth.com/user/xR4YM0ND" target="_blank"> <img alt="xR4YM0ND Modrinth" src="https://img.shields.io/badge/Modrinth-xR4YM0ND-1bd96a?style=for-the-badge"></a> <a href="https://legacy.curseforge.com/members/spigotde/projects" target="_blank"><img alt="xR4YM0ND Curseforge" src="https://img.shields.io/badge/Curseforge-xR4YM0ND-f16436?style=for-the-badge"></a> </center>

Versions

v1.1.2+1.21.1Latest
1.21.1fabricMar 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

Download
v1.1.1+1.21.1
1.21.1fabricMar 1, 2026

## Fixed: ## Added: - Screen key - Cake nutrition mechanic ## Changed:

Download
v1.0.12+1.20.1
1.20.1fabricAug 5, 2025

## Added: - Amarite `1.0.8` Compat - Lili's Lucky Lures `1.0.2` Compat - Nether Depths Upgrade `3.1.6` Compat - Tide `1.6.3` Compat ## 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`

Download

Download

Download v1.1.2+1.21.1

Minecraft: 1.21.1

Loaders: fabric

Tags

fabric1.20.11.21.1