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

Mapgen: Completely separate mgv6 ore registrations #1810

Closed
wants to merge 1 commit into from
Closed

Mapgen: Completely separate mgv6 ore registrations #1810

wants to merge 1 commit into from

Conversation

paramat
Copy link
Contributor

@paramat paramat commented Jun 29, 2017

This allows us to preserve mgv6 ore distribution while giving us the freedom
to alter ore distribution for other mapgens.
Other mapgens are larger scale and have 3D noise tunnels which make vertical
travel easier, so ores can be deeper.
Other mapgens have registered biomes which allows us to limit ores to certain
biomes.
//////////////

Tested.
First step of ore rework as described here #1168 (comment)
No change of ore distribution here, just scatter ores split into 2 functions, one for mgv6, one for non-mgv6, and therefore combined with the already split blob ores.

This allows us to preserve mgv6 ore distribution while giving us the freedom
to alter ore distribution for other mapgens.
Other mapgens are larger scale and have 3D noise tunnels which make vertical
travel easier, so ores can be deeper.
Other mapgens have registered biomes which allows us to limit ores to certain
biomes.
@paramat
Copy link
Contributor Author

paramat commented Jul 2, 2017

Tested and fine.

@paramat
Copy link
Contributor Author

paramat commented Jul 2, 2017

5797968

@paramat paramat closed this Jul 2, 2017
@paramat paramat deleted the mgv6ores branch July 2, 2017 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants