Open Niklp09 opened 8 months ago
Minetest 5.9 (https://github.com/minetest/minetest/commit/3cac17d23e2e0bfe74f1f627a4e206fec981fa4a) finally introduced async Lua mapgen, this will reduce the lag while exploring significantly.
List of on_generated calls in our current modpack:
on_generated
Progress is there: https://github.com/Niklp09/minetest-async-it
Farming support get reverted due to mem leak issue. https://codeberg.org/tenplus1/farming/commit/e3bf5f92a7d6faccce0f6e0f8569d43d20ddf897
Minetest 5.9 (https://github.com/minetest/minetest/commit/3cac17d23e2e0bfe74f1f627a4e206fec981fa4a) finally introduced async Lua mapgen, this will reduce the lag while exploring significantly.
List of
on_generated
calls in our current modpack: