]> git.lizzy.rs Git - minetest.git/blobdiff - src/mg_biome.h
Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap...
[minetest.git] / src / mg_biome.h
index 870c1196113acc64eafd8149e338e891d89cadf9..3577960a9890494b2aebb164f0094ee076f18b6c 100644 (file)
@@ -39,16 +39,21 @@ class Biome : public GenElement, public NodeResolver {
 
        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;
+       s16 y_min;
+       s16 y_max;
        float heat_point;
        float humidity_point;