readme.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. BEES MOD V2.3
  2. -------------
  3. FEATURES
  4. --------
  5. 2.3
  6. - protection check when opening artificial/industrial hives
  7. - protection check when removing items from extractor
  8. - Intllib support (template added)
  9. - Wild hives are removed if found floating in mid air
  10. - Change compatibility abm to lbm
  11. - Change from WTFPL to MIT license
  12. - Make wild hive abm less intensive (thanks VanessaE)
  13. - Added 9x Lucky Blocks
  14. - Smokers have 200 uses before breaking
  15. 2.2.2
  16. - Pipeworks compatibility (Industrial beehive)
  17. 2.2.1
  18. - removed steel dependency temporarily
  19. - fixed the craft for the extractor (and added alias for)
  20. 2.2
  21. - craft for extractor
  22. - extractor texture update
  23. - a craft for the smoker
  24. 2.1
  25. - bees polinate flowers nearby, causing them to multiply
  26. - add formspec to wild and artificial hive when using grafting tool
  27. - smoke, flying wax and bee particles
  28. - smokers to calm down the bees before opening the hive
  29. - a centrifuge to extract the honey and from the filled frames
  30. - grab eatable honeycomb from wild hives
  31. - craft a grafting tool to extract queen bees from wild hives
  32. - craft artificial hives and frames
  33. 1.0
  34. - spawn wild bee hives on tree leaves
  35. - use the queen bee to populate artificial hives
  36. - plant flowers near hives to increase their productivity
  37. - spawning bee colonies
  38. FUTURE
  39. ------
  40. - more realistic spawning of wild bee hives
  41. CONTRIBUTORS
  42. ------------
  43. - bas080
  44. - VanessaE (wild bee hive nodebox)
  45. - Neuromancer (textures for wild bee hive and inspiration for other textures)
  46. - Novatux (enabled pipeworks compatibility)
  47. - TenPlus1 (tweaked and tidied code, protection check)
  48. FORUM
  49. -----
  50. https://forum.minetest.net/viewtopic.php?pid=102905
  51. LICENSE
  52. -------
  53. - codes is WTFPL
  54. - textures are CC BY-SA
  55. CRAFTS
  56. ------
  57. Honey Extractor: S = steel ingot, T = stick, M = mese crystal
  58. _ S _
  59. S T S
  60. M S M
  61. Empty Frame: W = wood, S = stick
  62. W W W
  63. S S S
  64. S S S
  65. Grafting Tool: S = steel ingot, T = stick
  66. _ S
  67. T _
  68. Artificial Beehive: W = wood, S = stick
  69. W W W
  70. W S W
  71. W S W
  72. Smoker: S = steel ingot, T = torch, R = red wool
  73. S R
  74. _ T
  75. _ S
  76. Industrial Beehive: S = steel ingot, P = plastic sheeting, H = artificial hive,
  77. P = pipeworks tube
  78. S P S
  79. T H T
  80. S P S