mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Biome API: Re-calculate biome at every surface in a mapchunk column
This commit is contained in:
@@ -39,9 +39,6 @@ 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;
|
||||
@@ -49,7 +46,6 @@ public:
|
||||
|
||||
s16 depth_top;
|
||||
s16 depth_filler;
|
||||
s16 height_shore;
|
||||
s16 depth_water_top;
|
||||
|
||||
s16 y_min;
|
||||
|
Reference in New Issue
Block a user