Sokomine / mg_villages

villages for all mapgens (based on Nores mg)
24 stars 13 forks source link

Use a way to generate chunks only once? #34

Open kay27 opened 3 years ago

kay27 commented 3 years ago

Hi @Sokomine

You did a lot with your mod, I'm so thankful to you, when we experienced multiple troubles with cavegen.cpp which arbitrarily rewrites such 'ground content' as even the air, your posts and comments helped me a lot.

Now I found a way not to generate them again and again up to 8 times. Just once, but in a good time when all adjacent chunks generated already. This is my code for MCL2: https://git.minetest.land/MineClone2/MineClone2/src/commit/f4a28cfab0c686c9b750e0c0f53e287a8d7b667f/mods/CORE/mcl_mapgen/init.lua#L103

I'm opening this issue in case if you'll want to use it, or something like this for your wonderful mod.

But you don't look active now. How's it going? Hope all is well with you.