mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Document the deprecation of hardcoded cave liquids (#8692)
This commit is contained in:
parent
a6f7848352
commit
76824bac9f
4 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue