diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 9a71ec562..d0ed146e0 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1256,10 +1256,14 @@ # type: float # mgv5_cave_width = 0.125 -# Y of upper limit of large pseudorandom caves. +# Y of upper limit of large caves. # type: int # mgv5_large_cave_depth = -256 +# Y of upper limit of lava in large caves. +# type: int +# mgv5_lava_depth = -256 + # Y-level of cavern upper limit. # type: int # mgv5_cavern_limit = -256 @@ -1375,10 +1379,14 @@ # type: float # mgv7_cave_width = 0.09 -# Y of upper limit of large pseudorandom caves. +# Y of upper limit of large caves. # type: int # mgv7_large_cave_depth = -33 +# Y of upper limit of lava in large caves. +# type: int +# mgv7_lava_depth = -256 + # Controls the density of floatland mountain terrain. # Is an offset added to the 'np_mountain' noise value. # type: float @@ -1480,10 +1488,14 @@ # type: int # mgflat_ground_level = 8 -# Y of upper limit of large pseudorandom caves. +# Y of upper limit of large caves. # type: int # mgflat_large_cave_depth = -33 +# Y of upper limit of lava in large caves. +# type: int +# mgflat_lava_depth = -256 + # Controls width of tunnels, a smaller value creates wider tunnels. # type: float # mgflat_cave_width = 0.09 @@ -1530,10 +1542,14 @@ # type: float # mgfractal_cave_width = 0.09 -# Y of upper limit of large pseudorandom caves. +# Y of upper limit of large caves. # type: int # mgfractal_large_cave_depth = -33 +# Y of upper limit of lava in large caves. +# type: int +# mgfractal_lava_depth = -256 + # Choice of 18 fractals from 9 formulas. # 1 = 4D "Roundy" mandelbrot set. # 2 = 4D "Roundy" julia set. |