Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
What does Hunger's Delight do?
If you're like me and you like your farming mods and enjoy cooking a lot, especially with Farmer's Delight, then you also know how much those foods fill you up so much you don't eat for days! Well Hunger's Delight aims to fix that.
This mod will passively reduce your hunger overtime (configurable) and this passive hunger can be disabled. Walking and sneaking will also create a small amount of exhaustion like how sprinting does. Hiding behind your shield will now drain your energy slowly making you lose hunger the longer you hold it up. Lastly, sleeping now has a cost. If you wish to skip the night, you must wake up hungry in order to enjoy a well-deserved breakfast. All of these changes together will hopefully lead to a more enjoyable and immersive experience with food mods like Farmer's Delight.
Additionally, if you don't like pesky mobs trampling on your farm, you can play in Peaceful mode and still benefit from eating your hearthy meals as the hunger system will work by default now. If you want to play with regular Peaceful mode, disable this change in the configuration file.
Recommended Mods
Credits
I would like to credit the authors of these two mods as I have reused code from their mod, both to learn how to mod and to accomplish the goal of this mod.
Incompatible Mods
ActionHunger overrides the hunger mechanics and supplants its own, which causes incompatibility with any mod that also touches the HungerManager class, which by extension, includes this mod.
Not exactly incompatible, simply that you won't be able to disable the hunger from Hunger's Delight config file.
TODO List:
- Add a bonus effect when sleeping with a full belly, something like Regeneration for a minute or two.
- Eating any raw food can cause the hunger effect (this one is a maybe)
- Bugfixing
- Add configurable exhaustion for other actions like placing blocks, breaking blocks and combat.
- Add configurable healing from food (maybe because ActionHunger can do it, but they override the update method of HungerManager which causes incompatibility with any mods that also touches HungerManager)