minetest-survival_modpack/survival_hunger
Dirk Sohler ba57b0360c put drinks in the correct location 2015-03-22 13:26:10 +01:00
..
locale Translations. 2013-12-11 19:26:46 -02:00
sounds Initial commit 2013-02-06 22:12:13 -02:00
textures Use other image for hud. Impossible scale ! 2013-12-16 16:49:32 +01:00
README.txt Initial commit 2013-03-01 03:46:04 -02:00
TECHNOTE.txt Initial commit 2013-03-01 03:46:04 -02:00
depends.txt Initial commit 2013-02-06 22:12:13 -02:00
init.lua put drinks in the correct location 2015-03-22 13:26:10 +01:00

README.txt

Hunger Mod for Minetest
This mod is part of the Survival Modpack for Minetest.
Copyright (C) 2013 Diego Martínez <lkaezadl3@gmail.com>
Inspired by the existing hunger mod by randomproof.

See the file `../LICENSE.txt' for information about distribution.

This mod adds hunger to the game. The player must eat some...food...in
 order to not die.

When hungry, the player will be hurt (and will hear a characteristc sound);
 If the player does not eat anything in a short time, he/she will be damaged
 again, and so on until he eats something or dies.

It supports lot of items, and it can detect most "food" items defined by other
 mods. Currently, it supports the apple from the default game, all the eatable
 items in rubenwardy's Food mod, and PilzAdam's farming and farming_plus mods.

You can also craft a meter (or gauge). It shows your current hunger by means
 of a colored bar under the item (like tool wear). Craft it like this:

   +-------------+-------------+-------------+
   |             | wood planks |             |
   +-------------+-------------+-------------+
   | wood planks | apple       | wood planks |
   +-------------+-------------+-------------+
   |             | wood planks |             |
   +-------------+-------------+-------------+