summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2015-04-12 19:01:07 +0200
committerBlockMen <nmuelll@web.de>2015-04-12 19:01:07 +0200
commitd10d48e08f4220376596e2f0c900b14cf373d2bb (patch)
treea4db3348af2bb89328441b9bb28229249c6db705
parent20ef67cf5bb5a469efc1e1f278525e316a0c364f (diff)
Push to 2.1
-rw-r--r--README.txt3
-rw-r--r--changelog.txt5
2 files changed, 7 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index e1a0432..13074e4 100644
--- a/README.txt
+++ b/README.txt
@@ -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)