1
0
mirror of https://repo.or.cz/minetest_hbarmor.git synced 2025-07-14 22:30:22 +02:00

Various fixes and mark as stable

This commit is contained in:
BlockMen
2013-09-09 03:16:18 +02:00
parent 030f30d47e
commit 01e267e99a
5 changed files with 44 additions and 15 deletions

View File

@ -1,6 +1,6 @@
Minetest mod "Better HUD"
=========================
version: 0.5 Beta
version: 1.0
License of source code: WTFPL
-----------------------------
@ -35,8 +35,11 @@ Also it adds hunger to the game and and hunger bar to the HUD.
You can create a "hud.conf" to costumize the positions of health, hunger and breath bar. Take a look at "hud.conf.example" to get more infos.
!!NOTICE: Keep in mind if running a server with this mod, that the costum position should be displayed correct on every screen size!!
Hunger:
This mod adds hunger to the game. You can disable this by setting "HUD_HUNGER_ENABLE = false" in "hud.conf".
This mod adds hunger to the game. You can disable this by setting "HUD_HUNGER_ENABLE = false" in "hud.conf", or "hud_hunger_enable = false" in minetest.conf. In case of conflict hud.conf configuration is dominant.
Currently supported food:
- Apples (default)