README.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Minetest mod "Hunger"
  2. =====================
  3. Version: 1.1.3
  4. (c) Copyright BlockMen (2015)
  5. About this mod:
  6. ~~~~~~~~~~~~~~~
  7. This mod adds hunger mechanics to Minetest, which are based on player actions and on time.
  8. Also it changes the eating in Minetest, e.g. an Apple does not restore Health, but it rises your saturation.
  9. Example: 1 apple fills up the hunger bar by 1 "bread" (statbar symbol).
  10. Although the statbar show 20 hunger points (10 breads) on the HUD you can fill it up to 30 points.
  11. By default it supports a lot of food already (see full list below) and food that for registered via the API.
  12. For more information how to register more food see API.txt
  13. Information:
  14. This mod depends on the "Better HUD" mod (https://github.com/BlockMen/hud) to provide information about your current saturation.
  15. For Modders:
  16. ~~~~~~~~~~~~
  17. This mod alters the behavior of minetest.item_eat().
  18. All callbacks that are registered via minetest.register_on_item_eat() are called AFTER this mod actions, so the itemstack
  19. will have changed already when callbacks are called. You can get the original itemstack as 6th parameter of your function then.
  20. License:
  21. ~~~~~~~~
  22. (c) Copyright BlockMen (2015)
  23. Code:
  24. Licensed under the GNU LGPL version 2.1 or higher.
  25. You can redistribute it and/or modify it under
  26. the terms of the GNU Lesser General Public License
  27. as published by the Free Software Foundation;
  28. You should have received a copy of the GNU Lesser General Public
  29. License along with this library; if not, write to the Free Software
  30. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  31. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
  32. Textures:
  33. hunger_statbar_poisen.png - BlockMen (CC-BY 3.0)
  34. Sounds:
  35. hunger_eat.ogg - BlockMen (CC-BY 3.0)
  36. Github:
  37. ~~~~~~~
  38. https://github.com/BlockMen/hunger
  39. Forum:
  40. ~~~~~~
  41. -
  42. Changelog:
  43. ~~~~~~~~~~
  44. see changelog.txt
  45. Dependencies:
  46. ~~~~~~~~~~~~~
  47. - Default
  48. - Farming
  49. - Better HUD (https://github.com/BlockMen/hud)
  50. Supported food/mods:
  51. ~~~~~~~~~~~~~~~~~~~~
  52. - Apples (default)
  53. - Animalmaterials (mobf modpack)
  54. - Bread (default)
  55. - Bushes
  56. - bushes_classic
  57. - Creatures
  58. - Dwarves (beer and such)
  59. - Docfarming
  60. - Fishing
  61. - Farming plus
  62. - Farming (default and Tenplus1's fork)
  63. - Food
  64. - fruit
  65. - Glooptest
  66. - JKMod
  67. - kpgmobs
  68. - Mobfcooking
  69. - Mooretrees
  70. - Mtfoods
  71. - mushroom
  72. - mush45
  73. - Seaplants (sea)
  74. - Simple mobs