1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Biome API: Re-calculate biome at every surface in a mapchunk column

This commit is contained in:
paramat 2015-02-24 04:06:05 +00:00
parent d65a90a86b
commit 14f7df980b
7 changed files with 43 additions and 61 deletions

View file

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