Wuzzy aa52275f24 Eat/drink sounds are now only played near player
Previously both sounds were played globally
2015-05-30 23:43:25 +02:00
..
2014-04-27 10:37:31 +12:00
2013-03-27 11:00:50 +13:00
2013-03-27 11:00:50 +13:00
2013-03-27 11:00:50 +13:00
2013-03-27 11:00:50 +13:00

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 |             |
   +-------------+-------------+-------------+