mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Biome API: Add shore top and shore filler nodes, underwater node, water top node. Add water top depth and shore height parameters. Remove water dust node
This commit is contained in:
parent
61dfa912f5
commit
570c2042b1
5 changed files with 91 additions and 62 deletions
|
@ -39,13 +39,18 @@ public:
|
|||
|
||||
content_t c_top;
|
||||
content_t c_filler;
|
||||
content_t c_shore_top;
|
||||
content_t c_shore_filler;
|
||||
content_t c_underwater;
|
||||
content_t c_stone;
|
||||
content_t c_water_top;
|
||||
content_t c_water;
|
||||
content_t c_dust;
|
||||
content_t c_dust_water;
|
||||
|
||||
s16 depth_top;
|
||||
s16 depth_filler;
|
||||
s16 height_shore;
|
||||
s16 depth_water_top;
|
||||
|
||||
s16 height_min;
|
||||
s16 height_max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue