diff options
-rw-r--r-- | README.txt | 3 | ||||
-rw-r--r-- | changelog.txt | 5 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,6 @@ Minetest mod "Better HUD" ========================= -Version: 2.0.1 +Version: 2.1 (c) Copyright BlockMen (2013-2015) @@ -15,6 +15,7 @@ Changes in builtin HUD items: - 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. diff --git a/changelog.txt b/changelog.txt index 958305b..007fe33 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +2.1 +--- +- Added "ItemWheel" (experimental) +- Fixed disapperaring hunger bar (reported by poet-nohit) + 2.0.1 ----- - Fix disappearing hotbar (reported by poet-nohit) |