Added support for animals modpack (cooking)
[minetest_hbarmor.git] / README.txt
blob4a9474d144a5da3e4ec455fe2c4ad75ab70e7f55
1 Minetest mod "Better HUD"
2 =========================
3 Version: 1.4
5 License of source code: WTFPL
6 -----------------------------
7 (c) Copyright BlockMen (2013-2014)
11 Using the mod:
12 --------------
13 This mod changes the HUD of Minetest. 
14 It improves the apperance of the health and breath bar and adds a more fancy hotbar. Furthermore it adds a 
15 custom crosshair, an armor bar (only for 3darmor mod) and a hunger bar. It includes also a mechanic for hunger.
17 You can create a "hud.conf" file to customize the positions of health, hunger, armor and breath bar. Take a look at "hud.conf.example" to get more infos.
20 !!IMPORTANT !!:
21 Keep in mind if running a server with this mod, that the custom position should be displayed correct on every screen size!!
24 =Hunger=
25 ========
26 This mod adds a hunger mechanic to the game. Player actions like digging, placing and walking causes exhausion,
27 that lowers players saturation. Also every 800 seconds you lose 1 saturation point without doing anything.
28 If you are hungry (empty hunger bar) you will get damage and die in case you don't eat something.
31 Notice:
32 -------
33 You can disable this by setting "HUD_HUNGER_ENABLE = false" in "hud.conf", or "hud_hunger_enable = false" in minetest.conf.
34 In case of conflict hud.conf configuration is dominant.
37 Currently supported food:
38 -------------------------
39 - Apples (default)
40 - Animalmaterials (mobf modpack)
41 - Bread (default)
42 - Bushes
43 - bushes_classic
44 - Creatures
45 - Dwarves (beer and such)
46 - Docfarming
47 - Fishing
48 - Farming plus
49 - Farming (default and Tenplus1's fork)
50 - Food
51 - fruit
52 - Glooptest
53 - JKMod
54 - kpgmobs
55 - Mobfcooking
56 - Mooretrees
57 - Mtfoods
58 - mushroom
59 - mush45
60 - Seaplants (sea)
61 - Simple mobs
63 Example: 1 apple fills up the hunger bar by 1 bread, 1 bread (from farming) 2 breads in bar.
65 Although it show 20 hunger points (10 breads) in hunger bar,
66 you can fill it up to 30 points.(5 breads not shown then)
70 License of textures:
71 --------------------
72 hud_heart_fg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
73 hud_heart_bg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
74 hud_hunger_fg.png - PilzAdam (WTFPL), modified by BlockMen
75 hud_hunger_bg.png - PilzAdam (WTFPL), modified by BlockMen
76 wieldhand.png (from character.png) - Jordach (CC BY-SA 3.0), modified by BlockMen
77 hud_air_fg.png - kaeza (WTFPL), modified by BlockMen
78 hud_armor_fg.png - Stu (CC BY-SA 3.0), modified by BlockMen
79 hud_armor_bg.png - Stu (CC BY-SA 3.0), modified by BlockMen
81 everything else is WTFPL:
82 (c) Copyright BlockMen (2013-2014)
84 This program is free software. It comes without any warranty, to
85 the extent permitted by applicable law. You can redistribute it
86 and/or modify it under the terms of the Do What The Fuck You Want
87 To Public License, Version 2, as published by Sam Hocevar. See
88 http://sam.zoy.org/wtfpl/COPYING for more details.