Hunger Control

Configurable hunger exhaustion multiplier for 1.20.1–1.20.4. Fine-tune food drain speed globally via a simple config file.

Hunger Control

Fine-tune hunger exhaustion for Minecraft modpacks

A lightweight Forge & Fabric mod for Minecraft 1.20.1–1.20.4 that lets modpack developers and server owners configure how fast players lose hunger through a single config value.


Features

  • Global exhaustion multiplier — scale all hunger drain (sprinting, jumping, combat, regen, etc.) with one config value.
  • Player-only — currently affects only player hunger.
  • In-game commands — check and reload settings without restarting.
  • Mixin-based — clean, minimal injection into vanilla hunger logic.
  • Zero dependencies — works out of the box.

Supported Versions

Minecraft Loader Java
1.20.1 Forge / Fabric 17
1.20.2 Forge / Fabric 17
1.20.3 Forge / Fabric 17
1.20.4 Forge / Fabric 17

Configuration

Option Default Description
enable true Toggle the mod on/off.
exhaustionMultiplier 1.0 Global multiplier. 0.5 = half speed, 2.0 = double speed.
affectPlayersOnly true Currently player-only.
debugLog false Log exhaustion changes.
{
  "enable": true,
  "exhaustionMultiplier": 1.0,
  "affectPlayersOnly": true,
  "debugLog": false
}

Commands

Requires operator level 2.

Command Description
/hungercontrol info Shows current multiplier and status.
/hungercontrol reload Re-reads the config from disk.

License

MIT — feel free to include in any modpack, private or public.


Links

The Hunger Control Team

profile avatar
Owner
  • 1
    Projects
  • 79
    Downloads