CHANGELOG 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. -------------------------------------------------------------------------------
  2. Work in Progress 0.6.1 [04.02.2020]
  3. New recipe for bucket is set
  4. -------------------------------------------------------------------------------
  5. Work in Progress 0.6 [04.02.2020]
  6. DEL MOD:
  7. craftguide - not compatible with Minetest 5.3.0
  8. ADD MOD:
  9. smart_inventory - new Inventory - instead od craftguide + sfinv
  10. Mods updates
  11. EDIT:
  12. water_life - patch to support poison with hunger_ng
  13. -------------------------------------------------------------------------------
  14. Work in Progress 0.5.2 [12.12.2020]
  15. bucket-lite, dynamic_liquid - better support
  16. craftguide - last commit revert (forced 5.4 Version)
  17. -------------------------------------------------------------------------------
  18. Work in Progress 0.5.1 [06.12.2020]
  19. Mods updates
  20. - new bucket-lite version with more buckettypes
  21. -------------------------------------------------------------------------------
  22. Work in Progress 0.5 [04.12.2020]
  23. Mods updated
  24. Directory my_changes is removed
  25. -------------------------------------------------------------------------------
  26. Work in Progress 0.4.2 [29.11.2020]
  27. EDIT:
  28. - water_life - minetest.log test messages removed
  29. -------------------------------------------------------------------------------
  30. Work in Progress 0.4.1 [29.11.2020]
  31. CHANGE MOD:
  32. - hunger_ng - Temporary fix for effects (because of poison in water life)
  33. - water_life - Temporary fix for poison (works with hunger_ng and is removed after death)
  34. -------------------------------------------------------------------------------
  35. Work in Progress 0.4 [20.11.2020]
  36. ADD MOD:
  37. - bucket-lite mod - liquid from bucket lows only 1 block
  38. - minetest_tt + minetest_tt_base - Extended tooltips
  39. - minetest_hbarmor - Armor HUD bar (no armor damage yet)
  40. CHANGE MOD:
  41. - cg_plus to craftguide because of lack of progressive mod
  42. EDIT MOD:
  43. - 3d_armor - temporary fix for armor damage by mobs
  44. REMOVE MOD:
  45. - advanced_npc - doesn't works correctly
  46. Game settings are added (settingtypes.txt)
  47. - hudbars_bar_type: Deside between progress-bar-like bar and classic (20 half-symbols).
  48. - hunger_ng_hunger_bar_image: Image for satiation (hunger). Default changed to chicken legs.
  49. - craftguide_progressive_mode: Progressive mod for crafting guide. Default is active.
  50. - dynamic_liquid_water, dynamic_liquid_river_water, dynamic_liquid_lava: Dynamic water. Default is on for water and lava. Turn off (false) to get classic liquid behavior.
  51. -------------------------------------------------------------------------------
  52. Work in Progress 0.3 [11.11.2020]
  53. - hbsprint update - repairs error if damage is disabled and try to sprint
  54. -------------------------------------------------------------------------------
  55. Work in progress 0.2.1 [08.11.2020]
  56. - Configation update (minetest.conf) - because of problems with comments in the same line as setting
  57. -------------------------------------------------------------------------------
  58. Work in progress 0.2 [08.11.2020]
  59. - Monsters added (Mod: mobs/mobs_monster)
  60. -------------------------------------------------------------------------------
  61. First Version WIP 0.1 [01.11.2020]
  62. First release for Minetest Content DB
  63. -------------------------------------------------------------------------------