Lakotnik - Hunger Preview
A Minecraft mod that allows players to see preview information about the nutritional value of food before consuming it. Works exclusively on the server side.
Any player with the lakotnik.hunger_preview permission (granted by default) can see how many hunger points the selected food item will restore.
Supported Loaders
Configuration
# Lakotnik Configuration
# Update rate in ticks.
tick_update_rate=10
# Enable on low hunger (<= 6.0)
# Causes minor issues as the client will think
# sprinting is possible. If you don't mind that, feel free to enable.
enable_on_low_hunger=false
Why can the enable_on_low_hunger parameter be problematic?
Sprinting is managed on the client side - if you're holding food in your hand and don't have enough hunger points to sprint, you'll still be able to sprint during the intervals when the hunger bar is displayed in preview mode.