diff options
author | Paramat <paramat@users.noreply.github.com> | 2018-08-20 18:24:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-20 18:24:53 +0100 |
commit | 8516f284580a366d014f13a0bbd797da49d4df7e (patch) | |
tree | f5b674340762bfa7bfb2d0b38432aab8c31f4963 /src/mapblock_mesh.h | |
parent | 5a26e46aaa38cccb2b38cfc784364f1f265cec9b (diff) | |
download | minetest-8516f284580a366d014f13a0bbd797da49d4df7e.tar.gz minetest-8516f284580a366d014f13a0bbd797da49d4df7e.tar.bz2 minetest-8516f284580a366d014f13a0bbd797da49d4df7e.zip |
Change mapgen order to ores > dungeons > decorations (#7656)
Previously dungeons > decorations > ores.
Decorations depend on the node they are placed on, and ore types are
increasingly able to place large continuous volumes of nodes, such as
strata. Decorations are increasingly being used underground.
The new order avoids a node being changed by ore generation after a
decoration has been placed on it.
The new order also avoids ores appearing in the walls of a dungeon if
the wall nodes match the local stone node.
Diffstat (limited to 'src/mapblock_mesh.h')
0 files changed, 0 insertions, 0 deletions