Remove biomes on v7

Posted:
Mon Nov 30, 2015 00:05
by Martin_Devil
Hi. I try to remove some of the biomes mapgen.lua. On the PC, it works perfectly and very fast, but on Android after the download of the world, I see a long servo screen and then I die and re-spawn. After that, everything works smoothly. I can not understand the problem. I use mapgen v7, minetest master.
Re: Remove biomes on v7

Posted:
Mon Nov 30, 2015 17:22
by paramat
What is your method for removing biomes?
Use a mod that depends on default and flowers, and has this code:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.clear_registered_biomes()
minetest.clear_registered_decorations()
Re: Remove biomes on v7

Posted:
Mon Nov 30, 2015 17:39
by Martin_Devil
I removed some biomes from default/mapgen.lua and after this world has become a very long time generated, and on the phone I began to constantly appear in blocks and die.