Compatibility
Minecraft: Java Edition
1.20.1–1.20.4
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
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.


