diff options
| -rw-r--r-- | README.txt | 4 | ||||
| -rw-r--r-- | changelog.txt | 9 | 
2 files changed, 11 insertions, 2 deletions
@@ -1,10 +1,10 @@  Minetest mod: Hunger [hbhunger]  =============================== -Version: 0.3.3 +Version: 0.4.0  License of source code: LGPL v2.1  --------------------------------- -by Wuzzy (2015) +by Wuzzy (2015-2016)  Forked from the “Better HUD (and hunger)” mod by BlockMen (2013-2015),  most code comes from this mod. diff --git a/changelog.txt b/changelog.txt index cb55204..d4b791e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -21,3 +21,12 @@ Initial release  -----  - Fix another crash +0.4.0 +----- +- Generic eating functionality, items using the minetest.item_eat are automatically supported +- Change health bar and icon when poisoned +- Special support for red and brown mushroom from Minetest Game [flowers] +- Special support for [pizza] +- Special support for beans from Farming Redo [farming] +- Fix crash when poisoned player leaves server +- Changed license to LGPL v2.1  | 
