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.
 
descriptionA Fork of hbhunger for my subgmae MTTechnic Game
ownererwin.maximilian@gmail.com
last changeWed, 26 Jul 2017 10:40:23 +0000 (26 12:40 +0200)
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.

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
2017-07-26 Erwin Maximilian... Added support for vitamin modmaster
2017-07-12 WuzzyVersion 0.5.3
2017-07-12 Wuzzyreplace_with_item: Fix item disappear if inv full
2017-06-20 WuzzyUpdate deprecated settings syntax
2016-11-12 WuzzyVersion 0.5.2
2016-11-12 WuzzyFix typos
2016-11-12 WuzzyRewrite README file and convert to Markdown
2016-11-09 WuzzyFix outdated intllib boilerplate
2016-11-03 WuzzyAdd screenshot
2016-10-29 WuzzyComment for is_fake_player
2016-10-29 WuzzyVersion 0.5.1
2016-10-29 WuzzyIgnore fake players from pipeworks mod
2016-10-22 WuzzyRelease 0.5.0
2016-10-20 BrunoMineTranslation into portuguese
2016-10-20 BrunoMineFixed custom sound
2016-10-05 WuzzyVersion 0.4.1
...
heads
6 years ago master