Mapgen Carpathian: Add lava_depth parameter

This commit is contained in:
vlapsley 2017-07-07 13:49:55 +10:00 committed by Nils Dagsson Moskopp
parent 790654463d
commit 7cf3076f1f
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 4 additions and 1 deletions

View File

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