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:
@@ -110,6 +110,8 @@ public:
|
||||
void testBiomes();
|
||||
void addTopNodes();
|
||||
void growGrass();
|
||||
|
||||
void generateCaves(int max_stone_y);
|
||||
};
|
||||
|
||||
struct MapgenFactoryV7 : public MapgenFactory {
|
||||
|
Reference in New Issue
Block a user