A Minetest mod which replaces the default health and breath bar by nice-looking HUD bars and provides a powerful API for modders to add custom HUD bars. https://content.minetest.net/packages/Wuzzy/hudbars/
Go to file
BlockMen d3e8f7134a Initial commit 2013-06-28 22:58:06 +02:00
textures Initial commit 2013-06-28 22:58:06 +02:00
.gitattributes Initial commit 2013-06-28 22:58:06 +02:00
.gitignore Initial commit 2013-06-28 22:58:06 +02:00
README.txt Initial commit 2013-06-28 22:58:06 +02:00
depends.txt Initial commit 2013-06-28 22:58:06 +02:00
hunger.lua Initial commit 2013-06-28 22:58:06 +02:00
init.lua Initial commit 2013-06-28 22:58:06 +02:00
no_drowning.lua Initial commit 2013-06-28 22:58:06 +02:00

README.txt

Minetest mod "Better HUD"
=========================
version: 0.1 Beta

License of source code: WTFPL
-----------------------------
- "Disable Drowning" [no_drowning], PilzAdam

everything else:
(c) Copyright BlockMen (2013)


License of 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

everything else is WTFPL:
(c) Copyright BlockMen (2013)

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.


Using the mod:
--------------

This mod changes the HUD of Minetest. It adds a costum crosshair, a improved health bar. 
Also it adds hunger to the game and and hunger bar to the HUD.

Furthermore it disables the current way of drowning (credits go to PilzAdam) and it will have an LUA-based drowing next versions.