1
0
Fork 0
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:
Paramat 2019-07-20 01:03:52 +01:00 committed by GitHub
parent a6f7848352
commit 76824bac9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 1 deletions

View file

@ -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;
};