You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displayed mapgen params for v7 floatlands are wrong:
mg_flags = mountains, ridges, caverns
This is wrong. mountains and ridges and caverns are invalid flags for mg_flags, they must go into mgv7_spflags instead. Also, the floatlands flag is missing. So it should be:
Displayed mapgen params for v7 floatlands are wrong:
This is wrong.
mountains
andridges
andcaverns
are invalid flags formg_flags
, they must go intomgv7_spflags
instead. Also, thefloatlands
flag is missing. So it should be:For v7, it's the same, it should be:
For v5, v6 and it's the same problem,
mg_flags
is used instead ofmgv5_spflags
andmgv6_spflags
, respectively.For
flat
, you used:I don't think this is allowed either. Maybe just remove this line.
Analyzed against Minetest 0.4.16.
The text was updated successfully, but these errors were encountered: