From 76824bac9ff817d8072434997543464995b7e7e0 Mon Sep 17 00:00:00 2001 From: Paramat Date: Sat, 20 Jul 2019 01:03:52 +0100 Subject: Document the deprecation of hardcoded cave liquids (#8692) --- src/mapgen/cavegen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mapgen/cavegen.h') 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; -- cgit v1.2.3