mapgen: drop mapgen id from child mapgens.
[oweals/minetest.git] / src / mapgen / mg_biome.h
index 27b6ebf95678cc1fd283d8748cd561713ff8ddce..1f60f7baca431919591ff1df96743d03f3cd5f1c 100644 (file)
@@ -53,6 +53,9 @@ public:
        content_t c_riverbed;
        content_t c_dust;
        content_t c_cave_liquid;
+       content_t c_dungeon;
+       content_t c_dungeon_alt;
+       content_t c_dungeon_stair;
 
        s16 depth_top;
        s16 depth_filler;