mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Mapgen V5: Move cave generation from base terrain loop to optional function
This fixes biome surface in tunnels
This commit is contained in:
@@ -97,6 +97,7 @@ public:
|
||||
int generateBaseTerrain();
|
||||
void generateBlobs();
|
||||
void generateBiomes();
|
||||
void generateCaves();
|
||||
void dustTopNodes();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user