1
0
Fork 0
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:
paramat 2014-12-28 05:20:42 +00:00 committed by kwolekr
parent 61dfa912f5
commit 570c2042b1
5 changed files with 91 additions and 62 deletions

View file

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