]> git.lizzy.rs Git - minetest.git/blobdiff - src/mg_biome.h
Remove Android makefile ugly make -j hack
[minetest.git] / src / mg_biome.h
index 870c1196113acc64eafd8149e338e891d89cadf9..3648c085dfec21f27f46f08b892c3b63f44124f9 100644 (file)
@@ -40,15 +40,16 @@ class Biome : public GenElement, public NodeResolver {
        content_t c_top;
        content_t c_filler;
        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 depth_water_top;
 
-       s16 height_min;
-       s16 height_max;
+       s16 y_min;
+       s16 y_max;
        float heat_point;
        float humidity_point;