Перейти к содержимому
Mineforgian

NutritionZ

Nutrition system which has 5 nutrients to challenge your diet

1.2M загрузок210 подписчиковMITfabric

Обновлён 5 марта 2026 г. · опубликован 31 декабря 2023 г.

  • Nutrition Screen
Get your Budget Gameserver today at ServerAtelier

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:

{
    "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 Fabricated Atelier GitHub License GitHub Source Code

xR4YM0ND Modrinth xR4YM0ND Curseforge

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1.2+1.21.1Релиз1.21.1fabric5 марта 2026 г..jar (118 КБ)
1.1.1+1.21.1Релиз1.21.1fabric1 марта 2026 г..jar (96 КБ)
1.0.12+1.20.1Релиз1.20.1fabric5 августа 2025 г..jar (146 КБ)
1.1.0+1.21.1Релиз1.21.1fabric4 февраля 2025 г..jar (94 КБ)
1.0.11+1.21.1Релиз1.21.1fabric12 октября 2024 г..jar (86 КБ)
1.0.11+1.20.1Релиз1.20.1fabric12 октября 2024 г..jar (140 КБ)
1.0.10+1.20.1Релиз1.20.1fabric20 августа 2024 г..jar (140 КБ)
1.0.9+1.20.1Релиз1.20.1fabric16 июня 2024 г..jar (132 КБ)
1.0.8+1.20.1Релиз1.20.1fabric8 июня 2024 г..jar (121 КБ)
1.0.7+1.20.1Релиз1.20.1fabric8 июня 2024 г..jar (106 КБ)
1.0.6+1.20.1Релиз1.20.1fabric22 мая 2024 г..jar (97 КБ)
1.0.5+1.20.1Релиз1.20.1fabric14 апреля 2024 г..jar (94 КБ)
1.0.4+1.20.1Релиз1.20.1fabric5 апреля 2024 г..jar (94 КБ)
1.0.3+1.20.1Релиз1.20.1fabric5 апреля 2024 г..jar (94 КБ)
1.0.2+1.20.1Релиз1.20.1fabric4 апреля 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.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
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.9 compat
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.1 compat
  • [Let's Do] Bakery - Farm&Charm Compat 2.0.1 compat
  • [Let's Do] Brewery - Farm&Charm Compat 2.0.2 compat
  • [Let's Do] Candlelight - Farm&Charm Compat 2.0.1 compat
  • [Let's Do] Farm & Charm 1.0.2 compat
  • [Let's Do] WilderNature 1.0.2 compat

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.5 compat
  • [Let's Do] Vinery 1.4.28 compat
1.0.9+1.20.1Релиз1.20.1 · 16 июня 2024 г.

Changed:

  • Default max nutrition from 100 -> 300

Added:

  • Bountiful Fares 1.2.1 compat
  • Culinaire 3.0.0 compat
  • Exline's Fishing 1.0.4 compat
  • Living Things 2.0.2 compat
  • Natures Delight 1.2 compat

Полная история изменений — на Modrinth.

Комментарии

Загружаем…