Back to mods
NutritionZ project artwork

CurseForge · Minecraft mod

NutritionZ

Nutrition system which has 5 nutrients to challenge your diet

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which NutritionZ release should I use?

Updated 5 months ago
Latest stable file nutritionz-1.1.2+1.21.1
Game version 1.21.1
Loader Fabric

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 3 required mods have matching files

Install Cloth Config API (Fabric/Forge/NeoForge), Fabric API, Cloth Config API first. We found matching files for this game-version and loader setup.

Fabric API Needed by nutritionz-1.1.2+1.21.1
required
Matching file found Matched file: [1.21.1] Fabric API 0.116.15+1.21.1
Cloth Config API Needed by nutritionz-1.1.2+1.21.1
required
Matching file found Matched file: 15.0.140+fabric

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.

  1. 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.

  2. 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.

  3. 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.

  4. 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 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.

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

Discord License Source Code

Modrinth Curseforge

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.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

NutritionZ versions and loaders

17 of 17 releases match

Looking for an older file? The official CurseForge project page is in Resources.