mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Dungeons: Add setting to prevent projecting dungeons
Prevents dungeons generating into ignore nodes in ungenerated mapchunks, which can occasionally result in a dungeon projecting from the terrain.
This commit is contained in:
parent
c358004368
commit
ab746b0704
4 changed files with 14 additions and 2 deletions
|
@ -1201,6 +1201,10 @@
|
|||
# type: flags possible values: caves, dungeons, light, decorations, nocaves, nodungeons, nolight, nodecorations
|
||||
# mg_flags = caves,dungeons,light,decorations
|
||||
|
||||
# Whether dungeons occasionally project from the terrain.
|
||||
# type: bool
|
||||
# projecting_dungeons = true
|
||||
|
||||
### Advanced
|
||||
|
||||
# Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue