1
0
Fork 0
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:
paramat 2017-06-26 06:24:30 +01:00 committed by paramat
parent c358004368
commit ab746b0704
4 changed files with 14 additions and 2 deletions

View file

@ -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).