mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Mapgen V6: Synchronize spflags with defaultsettings
This fixes an issue where trees are omitted from Mapgen V6 maps on configurations that explicitly defined the mgv6_spflags setting.
This commit is contained in:
@@ -140,7 +140,9 @@ MapgenV6::~MapgenV6()
|
||||
|
||||
MapgenV6Params::MapgenV6Params()
|
||||
{
|
||||
spflags = MGV6_BIOMEBLEND | MGV6_MUDFLOW;
|
||||
spflags = MGV6_JUNGLES | MGV6_SNOWBIOMES | MGV6_TREES |
|
||||
MGV6_BIOMEBLEND | MGV6_MUDFLOW;
|
||||
|
||||
freq_desert = 0.45;
|
||||
freq_beach = 0.15;
|
||||
|
||||
|
Reference in New Issue
Block a user