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 /src/mapgen/mapgen.h | |
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 'src/mapgen/mapgen.h')
-rw-r--r-- | src/mapgen/mapgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen/mapgen.h b/src/mapgen/mapgen.h index f98c3f377..4740c424e 100644 --- a/src/mapgen/mapgen.h +++ b/src/mapgen/mapgen.h @@ -278,5 +278,7 @@ protected: float cavern_limit; float cavern_taper; float cavern_threshold; + // TODO 'lava_depth' is deprecated and should be removed. Cave liquids are + // now defined and located using biome definitions. int lava_depth; }; |