diff --git a/README.txt b/README.txt index 0656f33..1a7b729 100644 --- a/README.txt +++ b/README.txt @@ -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 index 24a43d1..3240100 100644 Binary files a/textures/hud_armor_bg.png and b/textures/hud_armor_bg.png differ diff --git a/textures/hud_armor_fg.png b/textures/hud_armor_fg.png index ef49dc0..374f1a9 100644 Binary files a/textures/hud_armor_fg.png and b/textures/hud_armor_fg.png differ diff --git a/textures/hud_hotbar.png b/textures/hud_hotbar.png index 749ec89..8c3df7c 100644 Binary files a/textures/hud_hotbar.png and b/textures/hud_hotbar.png differ diff --git a/textures/hud_hotbar_selected.png b/textures/hud_hotbar_selected.png index 22e538a..5334d6b 100644 Binary files a/textures/hud_hotbar_selected.png and b/textures/hud_hotbar_selected.png differ