README.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Minetest mod "Better HUD"
  2. =========================
  3. Version: 2.1.5
  4. (c) Copyright BlockMen (2013-2016)
  5. About this mod:
  6. ~~~~~~~~~~~~~~~
  7. This mod improves the HUD of Minetest and adds (hidden by default) statbars for Hunger and Armor.
  8. Also it provides an API to add new statbars easily, see API.txt for more informations.
  9. Changes in builtin HUD items:
  10. - Adds background for Health bar
  11. - Uses better textures for Hotbar
  12. - Uses texture for crosshair
  13. - Positions of builtin statbars can be changed via "hud.conf" file
  14. - Experimental "ItemWheel" that replaces the hotbar (must be enabled by adding "hud_item_wheel = true" in minetest.conf)
  15. This mod gets provided as Modpack aswell, which includes the hunger mod (https://github.com/BlockMen/hunger)
  16. More information concerning the hunger mechanics can be get there.
  17. This mod supports the 3d_armor mod by stu (https://github.com/stujones11/minetest-3d_armor)
  18. License:
  19. ~~~~~~~~
  20. (c) Copyright BlockMen (2013-2016)
  21. Code:
  22. Licensed under the GNU LGPL version 2.1 or higher.
  23. You can redistribute it and/or modify it under
  24. the terms of the GNU Lesser General Public License
  25. as published by the Free Software Foundation;
  26. You should have received a copy of the GNU Lesser General Public
  27. License along with this library; if not, write to the Free Software
  28. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  29. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
  30. Textures:
  31. hud_heart_fg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
  32. hud_heart_bg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
  33. hud_hunger_fg.png - PilzAdam (WTFPL), modified by BlockMen
  34. hud_hunger_bg.png - PilzAdam (WTFPL), modified by BlockMen
  35. wieldhand.png (from character.png) - Jordach (CC BY-SA 3.0), modified by BlockMen
  36. hud_air_fg.png - kaeza (WTFPL), modified by BlockMen
  37. hud_armor_fg.png - Stu (CC BY-SA 3.0), modified by BlockMen
  38. hud_armor_bg.png - Stu (CC BY-SA 3.0), modified by BlockMen
  39. Github:
  40. ~~~~~~~
  41. https://github.com/BlockMen/hud
  42. Forum:
  43. ~~~~~~
  44. https://forum.minetest.net/viewtopic.php?id=6342
  45. Changelog:
  46. ~~~~~~~~~~
  47. see changelog.txt