Merge branch 'master' of https://github.com/BlockMen/hud
[minetest_hbhunger.git] / README.txt
blob3f5ac6d7b41358759dc3d427743d42887f22968b
1 Minetest mod: Hunger [hbhunger]
2 ===============================
3 Version: 0.1.0
5 License of source code: WTFPL
6 -----------------------------
7 by Wuzzy (2015)
9 Forked from the “Better HUD (and hunger)” mod by BlockMen (2013-2014).
12 Using the mod:
13 --------------
14 This mod adds a mechanic for hunger.
15 This mod depends on the HUD bars mod [hudbars], major version 1.
17 You can create a "hunger.conf" file to customize the properties of hunger for your needs.
19 About hunger
20 ============
21 This mod adds a hunger mechanic to the game.
22 A new player starts with 20 saturation points out of 30.
23 Player actions like digging, placing and walking cause exhausion, which lower the player's
24 saturation. Also every 800 seconds you lose 1 saturation point without doing anything.
25 If you are hungry (0 saturation) you will suffer damage and die in case you don't eat something.
26 If your saturation is greater than 15, you will slowly regenerate health points.
27 Eating food will increase your saturation.
28 Important: Eating food will not directly increase your health anymore, as long as the food item
29 is supported by this mod (see below).
32 Currently supported food:
33 -------------------------
34 - Apples (default)
35 - Animalmaterials (mobf modpack)
36 - Bread (default)
37 - Bushes
38 - bushes_classic
39 - Creatures
40 - Dwarves (beer and such)
41 - Docfarming
42 - Fishing
43 - Farming plus
44 - Farming (default and Tenplus1's fork)
45 - Food
46 - fruit
47 - Glooptest
48 - JKMod
49 - kpgmobs
50 - Mobfcooking
51 - Mooretrees
52 - Mtfoods
53 - mushroom
54 - mush45
55 - Seaplants (sea)
56 - Simple mobs
58 Examples: 
59 Eating an apple (from the default Minetest game) increases your saturation by 2,
60 eating a bread (from the default Minetest game) increases your saturation by 4.
63 License of textures:
64 --------------------
65 hunger_icon.png - PilzAdam (WTFPL), modified by BlockMen
66 hunger_bar.png - Wuzzy (WTFPL)
68 everything else is WTFPL:
69 (c) Copyright BlockMen (2013-2015)
71 This program is free software. It comes without any warranty, to
72 the extent permitted by applicable law. You can redistribute it
73 and/or modify it under the terms of the Do What The Fuck You Want
74 To Public License, Version 2, as published by Sam Hocevar. See
75 http://sam.zoy.org/wtfpl/COPYING for more details.