1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02:00

Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapgen V7

This commit is contained in:
kwolekr
2013-04-21 00:11:05 -04:00
parent 527deb947c
commit 03868ff8e1
10 changed files with 459 additions and 308 deletions

View File

@@ -110,6 +110,8 @@ public:
void testBiomes();
void addTopNodes();
void growGrass();
void generateCaves(int max_stone_y);
};
struct MapgenFactoryV7 : public MapgenFactory {