summaryrefslogtreecommitdiff
path: root/src/mapgen/cavegen.h
diff options
context:
space:
mode:
authorParamat <paramat@users.noreply.github.com>2019-07-20 01:03:52 +0100
committerGitHub <noreply@github.com>2019-07-20 01:03:52 +0100
commit76824bac9ff817d8072434997543464995b7e7e0 (patch)
tree736604aaa515492c7edc124f7d6611750918c83a /src/mapgen/cavegen.h
parenta6f784835244111c90c05b6aae47092c2c5763a7 (diff)
downloadminetest-76824bac9ff817d8072434997543464995b7e7e0.tar.gz
minetest-76824bac9ff817d8072434997543464995b7e7e0.tar.bz2
minetest-76824bac9ff817d8072434997543464995b7e7e0.zip
Document the deprecation of hardcoded cave liquids (#8692)
Diffstat (limited to 'src/mapgen/cavegen.h')
-rw-r--r--src/mapgen/cavegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen/cavegen.h b/src/mapgen/cavegen.h
index f5234a671..3f1730ddb 100644
--- a/src/mapgen/cavegen.h
+++ b/src/mapgen/cavegen.h
@@ -119,6 +119,8 @@ public:
// configurable parameters
s32 seed;
int water_level;
+ // TODO 'lava_depth' and 'np_caveliquids' are deprecated and should be removed.
+ // Cave liquids are now defined and located using biome definitions.
int lava_depth;
NoiseParams *np_caveliquids;