A Fabric mod that lets you control how fast you lose hunger.
Less Hunger is a lightweight Fabric mod that allows players to reduce their hunger rate in Minecraft. With this mod, you can configure how quickly your hunger depletes, making survival gameplay more flexible and enjoyable.
This mod is fully configurable and works both in singleplayer and on servers (client-side). It includes a simple in-game GUI via ModMenu and a slash command for instant adjustments.
Customizable Hunger Rate: Adjust how quickly your hunger depletes using a multiplier (0.0 = no hunger loss, 1.0 = vanilla, higher than 1 = faster hunger).
In-Game GUI: Access the configuration via ModMenu. Use a simple slider to set your preferred hunger multiplier. Changes are saved automatically.
Command Support:
/lesshunger toggle
/lesshunger reset
/lesshunger get
/lesshunger set <value>
– Set the hunger multiplier instantly in-game. Example:
/lesshunger set 0.3
→ 30% of vanilla hunger loss.
Clean Fabric Integration: Uses Fabric API, Cloth Config, and ModMenu for seamless configuration.
Singleton Config System: Ensures consistent values and easy saving/loading of your settings.
.jar file into your mods folder./lesshunger
Config File: .minecraft/config/lesshunger.json
{
"hungerMultiplier": 0.5
}
Change hungerMultiplier to any value from 0.0 to 5.0.
0.5 → 50% of vanilla hunger
1.0 → vanilla hunger
2.0 → double hunger rate
Changes made in the GUI or via command are automatically saved.
Conversation