This project is a fork of the minetest_hbhunger.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/minetest_hbhunger.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerpjw120@gmail.com
last changeTue, 5 Jun 2018 18:52:34 +0000 (5 19:52 +0100)
content tags
add:
README.md

Hunger with HUD bar [hbhunger]

Using the mod

This mod adds a mechanic for hunger. This mod depends on the HUD bars mod [hudbars], version 1.4.1 or any later version starting with “1.”.

About hunger

This mod adds a hunger mechanic to the game. Players get a new attribute called “satiation”:

Important: Eating food will not directly increase your health anymore, as long as the food item is supported by this mod (see below).

Careful! Some foods may be poisoned. If you eat a poisoned item, you may still get a satiation boost, but for a brief period you lose health points because of food poisoning. However, food poisoning can never kill you.

Customisability

You can change two parameters in the Settings section of minetest.

If you find the food mechanism too easy, raising depletion rate to 5 or 10 might make things sufficiently tougher. You may wish to increase stomach size by a factor smaller than your depletion rate in order to mitigate somewhat the effect of wearing down your energy level more quickly.

Statbar mode

If you use the statbar mode of the HUD Bars mod, these things are important to know: As with all mods using HUD Bars, the bread statbar symbols represent the rough percentage out of 30 satiation points, in steps of 5%, so the symbols give you an estimate of your satiation. This is different from the hunger mod by BlockMen.

You gain health at 5.5 symbols or more, as 5.5 symbols correspond to 16 satiation points. You may lose health at exactly 0.5 symbols, as 0.5 symbols correspond to 1-2 satiation points.

Supported food

All mods which add food through standard measures (minetest.item_eat) are already supported automatically. Poisoned food needs special support.

Known supported food mods

Supported mods without optional dependency (mods provide their own support)

Examples

Licensing

This mod is free software.

Source code

Textures

shortlog
2018-06-05 WoosterChange global variables to more intuitive name.master
2018-06-05 WoosterFix starting stomach for very first player.
2018-06-05 WoosterAdd section in README explaining customisability.
2018-06-05 WoosterSet new player to 2/3 full stomach.
2018-06-04 WoosterModify starvation effect.
2018-06-04 WoosterResolve conflict.
2018-06-04 WoosterUKMake hunger modifiable in settings.
2018-06-01 WuzzyMark changelog as old
2018-06-01 WuzzyVersion 0.7.1
2018-06-01 Gabriel Pérez... Fixed bug with node breakers
2018-02-05 WuzzyVersion 0.7.0
2018-02-05 WuzzyAdd Malay locale by muhdnurhidayat
2017-09-18 WuzzyVersion 0.6.0
2017-09-18 WuzzyUse MIT License
2017-09-18 WuzzyAdd Italian locale by Hamlet
2017-07-12 WuzzyVersion 0.5.3
...
heads
5 years ago storage
5 years ago pjw
5 years ago master