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

Improve ore generation to better match recent Minetest versions #45

Merged
merged 13 commits into from
Jan 3, 2022

Conversation

GreenDirkfried
Copy link
Contributor

This fits the moreores ore generation to the default ore generation.

  1. Three layers (two underground and one high air/ space) instead of just one layer.
  2. Don't use chunk size as clust size anymore. Clust sizes are usually just 3 nodes and not the whole area ("chunk"), where the ores are generated.
  3. Adjust more default values.
    3.1. Mithril is now generated below diamond (!). Note that there was a change in the minetest update 5.0.0, where most ore generation was shifted to much lower altitude (shifting diamond generation altitude below mithril generation altitude).
    3.2. The mithril ores are now also grouped together and not just found as a single node in one chunk.
    3.3. I tried to retain the same overall ore density (for the deep layer).

_config.txt Outdated Show resolved Hide resolved
_config.txt Outdated Show resolved Hide resolved
_config.txt Outdated Show resolved Hide resolved
_config.txt Outdated Show resolved Hide resolved
_config.txt Outdated Show resolved Hide resolved
init.lua Outdated Show resolved Hide resolved
Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Calinou Calinou changed the title Ore generation Improve ore generation to better match recent Minetest versions Jan 3, 2022
@Calinou Calinou merged commit fb2d58d into minetest-mods:master Jan 3, 2022
GreenDirkfried added a commit to GreenDirkfried/moreores that referenced this pull request Jan 3, 2022
Improve ore generation to better match recent Minetest versions (minetest-mods#45)
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.

2 participants