mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Mapgen Carpathian: Add lava_depth parameter
This commit is contained in:
parent
3caad3f3c9
commit
f871852f13
4 changed files with 13 additions and 2 deletions
|
@ -1230,9 +1230,12 @@ mgcarpathian_spflags (Mapgen Carpathian specific flags) flags caverns caverns,no
|
|||
# Controls width of tunnels, a smaller value creates wider tunnels.
|
||||
mgcarpathian_cave_width (Cave width) float 0.09
|
||||
|
||||
# Y of upper limit of large pseudorandom caves.
|
||||
# Y of upper limit of large caves.
|
||||
mgcarpathian_large_cave_depth (Large cave depth) int -33
|
||||
|
||||
# Y of upper limit of lava in large caves.
|
||||
mgcarpathian_lava_depth (Lava depth) int -256
|
||||
|
||||
# Y-level of cavern upper limit.
|
||||
mgcarpathian_cavern_limit (Cavern limit) int -256
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue