mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 01:40:21 +02:00
Document the deprecation of hardcoded cave liquids (#8692)
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user