readme.txt 2.2 KB

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