mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Biome API / cavegen: Add definable cave liquid for a biome (#7192)
Add 'node_cave_liquid' as a new field in biome registration. If field is absent cave liquids fall back to classic behaviour.
This commit is contained in:
parent
077f231111
commit
32d456bd2d
8 changed files with 40 additions and 12 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
content_t c_river_water;
|
||||
content_t c_riverbed;
|
||||
content_t c_dust;
|
||||
content_t c_cave_liquid;
|
||||
|
||||
s16 depth_top;
|
||||
s16 depth_filler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue