diff options
author | Paramat <paramat@users.noreply.github.com> | 2019-07-20 01:03:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 01:03:52 +0100 |
commit | 76824bac9ff817d8072434997543464995b7e7e0 (patch) | |
tree | 736604aaa515492c7edc124f7d6611750918c83a /builtin | |
parent | a6f784835244111c90c05b6aae47092c2c5763a7 (diff) | |
download | minetest-76824bac9ff817d8072434997543464995b7e7e0.tar.gz minetest-76824bac9ff817d8072434997543464995b7e7e0.tar.bz2 minetest-76824bac9ff817d8072434997543464995b7e7e0.zip |
Document the deprecation of hardcoded cave liquids (#8692)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 15cb181ed..3afda994e 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1375,6 +1375,7 @@ mgv5_cave_width (Cave width) float 0.09 # Y of upper limit of large caves. mgv5_large_cave_depth (Large cave depth) int -256 +# Deprecated, define and locate cave liquids using biome definitions instead. # Y of upper limit of lava in large caves. mgv5_lava_depth (Lava depth) int -256 @@ -1491,6 +1492,7 @@ mgv7_cave_width (Cave width) float 0.09 # Y of upper limit of large caves. mgv7_large_cave_depth (Large cave depth) int -33 +# Deprecated, define and locate cave liquids using biome definitions instead. # Y of upper limit of lava in large caves. mgv7_lava_depth (Lava depth) int -256 @@ -1598,6 +1600,7 @@ mgcarpathian_cave_width (Cave width) float 0.09 # Y of upper limit of large caves. mgcarpathian_large_cave_depth (Large cave depth) int -33 +# Deprecated, define and locate cave liquids using biome definitions instead. # Y of upper limit of lava in large caves. mgcarpathian_lava_depth (Lava depth) int -256 @@ -1681,6 +1684,7 @@ mgflat_ground_level (Ground level) int 8 # Y of upper limit of large caves. mgflat_large_cave_depth (Large cave depth) int -33 +# Deprecated, define and locate cave liquids using biome definitions instead. # Y of upper limit of lava in large caves. mgflat_lava_depth (Lava depth) int -256 @@ -1734,6 +1738,7 @@ mgfractal_cave_width (Cave width) float 0.09 # Y of upper limit of large caves. mgfractal_large_cave_depth (Large cave depth) int -33 +# Deprecated, define and locate cave liquids using biome definitions instead. # Y of upper limit of lava in large caves. mgfractal_lava_depth (Lava depth) int -256 @@ -1856,6 +1861,7 @@ mgvalleys_altitude_chill (Altitude chill) int 90 # Depth below which you'll find large caves. mgvalleys_large_cave_depth (Large cave depth) int -33 +# Deprecated, define and locate cave liquids using biome definitions instead. # Y of upper limit of lava in large caves. mgvalleys_lava_depth (Lava depth) int 1 |