mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapgen V7
This commit is contained in:
parent
527deb947c
commit
03868ff8e1
10 changed files with 459 additions and 308 deletions
|
@ -110,6 +110,8 @@ public:
|
|||
void testBiomes();
|
||||
void addTopNodes();
|
||||
void growGrass();
|
||||
|
||||
void generateCaves(int max_stone_y);
|
||||
};
|
||||
|
||||
struct MapgenFactoryV7 : public MapgenFactory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue