HybridDog / nether-pack

migrated to codeberg
https://codeberg.org/HybridDog/nether-pack
Other
5 stars 8 forks source link

[NOSQUASH] Move most of mapgen into mapgen thread #17

Closed Desour closed 6 months ago

Desour commented 7 months ago

First two commits just move code.

For old minetest versions, mapgen happens like before. (Test this by changing the if in init.lua.)

Trees (because they are too big) and light fixing are still done in the main thread, by using gennotify.

HybridDog commented 6 months ago

It looks fine to me.