Hunger NG is a mod for Minetest, adding a very customizable and easy to extend hunger system and API
Go to file
𝘋𝘪𝘳𝘬 f02976e3ba
update French translation
Translation file provided by Rougailsaucix in the Content Database

https://content.minetest.net/threads/3207/#reply-19787
2023-12-06 19:16:27 +01:00
doc implement hunger toggling via chat command parameter 2023-06-25 01:59:11 +02:00
interoperability allow forcing the built-in hunger bar icon 2022-01-08 22:05:22 +01:00
locale update French translation 2023-12-06 19:16:27 +01:00
sounds add another eating sound 2018-02-07 22:35:34 +01:00
system make /myhunger output more user friendly 2023-06-25 02:06:09 +02:00
textures make the mod game-agnostic 2020-08-29 01:52:27 +02:00
LICENSE.txt relicense under MIT License 2023-07-16 22:01:32 +02:00
README.md make the mod game-agnostic 2020-08-29 01:52:27 +02:00
hunger_bar_hiding.gif add user documentation 2018-02-04 18:25:35 +01:00
init.lua allow forcing the built-in hunger bar icon 2022-01-08 22:05:22 +01:00
mkdocs.yml set better title for the documentation pages 2018-10-20 05:11:15 +02:00
mod.conf add 5.6 human readable title 2022-08-12 08:38:07 +02:00
screenshot.png change screenshot 2018-09-10 05:51:34 +02:00
settingtypes.txt allow forcing the built-in hunger bar icon 2022-01-08 22:05:22 +01:00

README.md

Hunger NG is a mod for Minetest adding a very customizable and easy to extend hunger system.

The mod adds a hunger bar at the position of the breath bar and hides the bar if the breath bar becomes visible so the most important bar is shown without cluttering the UI too much.

Hiding/Showing the hunger bar

Hunger NG works in singleplayer mode as well as on a multiplayer server. It automatically disables itself when damage is disabled and adapts to the used texture pack. The mod is self-contained and has no dependencies.

Main difference to most (if not all) hunger mods

All of the hunger-related information is stored as custom player attributes or custom item attributes. There are no global tables polluting the mod namespace or held in the mods local chunk. Its all nice and clean stored in players and items.

Hunger points get subtracted directly from the hunger value instead of being calculated to some sort of exhaustion value thats being used to reduce the hunger. This gives more detailed control over how many hunger a specific action will cause.

3rd-party mod support

Hunger NG support was added by the following mods.

Built-in support for the following mods was added.

Built-in support for the following games was added.