1 Minetest mod "Better HUD"
2 =========================
5 License of source code: WTFPL
6 -----------------------------
7 (c) Copyright BlockMen (2013-2014)
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.
21 Keep in mind if running a server with this mod, that the custom position should be displayed correct on every screen size!!
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.
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 -------------------------
40 - Animalmaterials (mobf modpack)
45 - Dwarves (beer and such)
49 - Farming (default and Tenplus1's fork)
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)
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.