Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many displayed mapgen params are wrong #19

Open
Wuzzy2 opened this issue May 28, 2018 · 0 comments
Open

Many displayed mapgen params are wrong #19

Wuzzy2 opened this issue May 28, 2018 · 0 comments

Comments

@Wuzzy2
Copy link

Wuzzy2 commented May 28, 2018

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:

mgv7_spflags = mountains, ridges, caverns, floatlands

For v7, it's the same, it should be:

mgv7_spflags = mountains, ridges, caverns, nofloatlands

For v5, v6 and it's the same problem, mg_flags is used instead of mgv5_spflags and mgv6_spflags, respectively.

For flat, you used:

mg_flags = none

I don't think this is allowed either. Maybe just remove this line.

Analyzed against Minetest 0.4.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant