hud_hunger/hud
BlockMen 78e2e811d6 Update hud mod (version 2.1.5) 2016-02-15 14:23:23 +01:00
..
textures Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
.gitattributes Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
.gitignore Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
API.txt Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
LICENSE.txt Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
README.txt Update hud mod (version 2.1.5) 2016-02-15 14:23:23 +01:00
api.lua Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
builtin.lua Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
changelog.txt Update hud mod (version 2.1.5) 2016-02-15 14:23:23 +01:00
depends.txt Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
functions.lua Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
hud.conf.example Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
init.lua Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
itemwheel.lua Add hud mod (version 2.1.4) 2015-10-18 17:50:04 +02:00
legacy.lua Update hud mod (version 2.1.5) 2016-02-15 14:23:23 +01:00

README.txt

Minetest mod "Better HUD"
=========================
Version: 2.1.5

(c) Copyright BlockMen (2013-2016)


About this mod:
~~~~~~~~~~~~~~~
This mod improves the HUD of Minetest and adds (hidden by default) statbars for Hunger and Armor.
Also it provides an API to add new statbars easily, see API.txt for more informations.

Changes in builtin HUD items:
- Adds background for Health bar
- Uses better textures for Hotbar
- Uses texture for crosshair
- Positions of builtin statbars can be changed via "hud.conf" file
- Experimental "ItemWheel" that replaces the hotbar (must be enabled by adding "hud_item_wheel = true" in minetest.conf)

This mod gets provided as Modpack aswell, which includes the hunger mod (https://github.com/BlockMen/hunger)
More information concerning the hunger mechanics can be get there.

This mod supports the 3d_armor mod by stu (https://github.com/stujones11/minetest-3d_armor)



License:
~~~~~~~~
(c) Copyright BlockMen (2013-2016)


Code:
Licensed under the GNU LGPL version 2.1 or higher.
You can redistribute it and/or modify it under 
the terms of the GNU Lesser General Public License 
as published by the Free Software Foundation;

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt


Textures:
hud_heart_fg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
hud_heart_bg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
hud_hunger_fg.png - PilzAdam (WTFPL), modified by BlockMen
hud_hunger_bg.png - PilzAdam (WTFPL), modified by BlockMen
wieldhand.png (from character.png) - Jordach (CC BY-SA 3.0), modified by BlockMen
hud_air_fg.png - kaeza (WTFPL), modified by BlockMen
hud_armor_fg.png - Stu (CC BY-SA 3.0), modified by BlockMen
hud_armor_bg.png - Stu (CC BY-SA 3.0), modified by BlockMen


Github:
~~~~~~~
https://github.com/BlockMen/hud

Forum:
~~~~~~
https://forum.minetest.net/viewtopic.php?id=6342


Changelog:
~~~~~~~~~~
see changelog.txt