Question regarding minetest 0.4.10 world generation
Is there a way to turn off the jungle biome? Jungle trees are practically useless, and i wasn't happy when the mod containing jungle trees was merged into the main game.
FOSS gamedev and creative worlds
https://forums.minetest.org/
Danfun64 wrote:Is there a way to turn off the jungle biome? Jungle trees are practically useless, and i wasn't happy when the mod containing jungle trees was merged into the main game.
mgv6_spflags = biomeblend# Enable dungeons on new worlds.
mg_flags = trees, caves, dungeons
# Disable biome blend and mud flow (faster, looks better).
mgv6_spflags = nobiomeblend, nomudflow
# Less deserts, more beaches.
mgv6_freq_desert = 0.6
mgv6_freq_beach = -0.15