diff options
author | BlockMen <nmuelll@web.de> | 2014-04-06 19:03:01 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2014-04-06 19:03:01 +0200 |
commit | d9737800ed04d2464b7a7d5426fc5bc1317b4c76 (patch) | |
tree | b054aaf0ef5b419368fa4dadbf9ec324ea691d9d | |
parent | 5fe167c4ea8d1363f5260ef2d40cd6280a1405b0 (diff) |
Images update and push to 1.2
-rw-r--r-- | README.txt | 12 | ||||
-rw-r--r-- | changelog.txt | 10 | ||||
-rw-r--r-- | textures/hud_armor_bg.png | bin | 311 -> 424 bytes | |||
-rw-r--r-- | textures/hud_armor_fg.png | bin | 507 -> 3167 bytes | |||
-rw-r--r-- | textures/hud_hotbar.png | bin | 29397 -> 1142 bytes | |||
-rw-r--r-- | textures/hud_hotbar_selected.png | bin | 9079 -> 9049 bytes |
6 files changed, 18 insertions, 4 deletions
@@ -1,6 +1,6 @@ Minetest mod "Better HUD" ========================= -version: 1.1 +version: 1.2 License of source code: WTFPL ----------------------------- @@ -33,12 +33,12 @@ Using the mod: This mod changes the HUD of Minetest. It improves the apperance of the health and breath bar and adds a more fancy hotbar. Furthermore it adds a -costum crosshair, an armor bar (only for 3darmor mod) and a hunger bar. It includes also a mechanic for hunger. +custom crosshair, an armor bar (only for 3darmor mod) and a hunger bar. It includes also a mechanic for hunger. -You can create a "hud.conf" to costumize the positions of health, hunger, armor and breath bar. Take a look at "hud.conf.example" to get more infos. +You can create a "hud.conf" to customize the positions of health, hunger, armor 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!! +!!NOTICE: Keep in mind if running a server with this mod, that the custom position should be displayed correct on every screen size!! Hunger: @@ -57,6 +57,10 @@ Currently supported food: - Docfarming - Farming plus - Mtfoods +- bushes_classic +- mushroom +- fruit +- mush45 Example: 1 apple fills up the hunger bar by 1 bread, 1 bread (from farming) 2 breads in bar. diff --git a/changelog.txt b/changelog.txt index 50b024c..c34f0e2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -45,3 +45,13 @@ - added support for stu's 3darmor mod - restructured and cleaned up code - added support for poisen food (damages player, but does not kill) + +1.2 +--- +- Send statbar values only to client when changed +- Hide armor bar if not wearing armor +- More reliable food overrides (by CiaranG) +- Support for bushes_classic foods (plantlife modpack) (by CiaranG) +- Add support for mushroom mod food/poison (by CiaranG) +- Add support for mods: fruit and mush45 +- New images for hotbar, smaller armor icons
\ No newline at end of file diff --git a/textures/hud_armor_bg.png b/textures/hud_armor_bg.png Binary files differindex 24a43d1..3240100 100644 --- a/textures/hud_armor_bg.png +++ b/textures/hud_armor_bg.png diff --git a/textures/hud_armor_fg.png b/textures/hud_armor_fg.png Binary files differindex ef49dc0..374f1a9 100644 --- a/textures/hud_armor_fg.png +++ b/textures/hud_armor_fg.png diff --git a/textures/hud_hotbar.png b/textures/hud_hotbar.png Binary files differindex 749ec89..8c3df7c 100644 --- a/textures/hud_hotbar.png +++ b/textures/hud_hotbar.png diff --git a/textures/hud_hotbar_selected.png b/textures/hud_hotbar_selected.png Binary files differindex 22e538a..5334d6b 100644 --- a/textures/hud_hotbar_selected.png +++ b/textures/hud_hotbar_selected.png |