mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00: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:
parent
5d9b6aaa03
commit
ebe638c32d
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue