mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Mgv5/mgv7: Add desert temples if desert stone detected in mapchunk
This commit is contained in:
parent
140245a76f
commit
6ce0985f47
4 changed files with 99 additions and 12 deletions
|
@ -93,7 +93,7 @@ public:
|
|||
int getGroundLevelAtPoint(v2s16 p);
|
||||
void calculateNoise();
|
||||
int generateBaseTerrain();
|
||||
void generateBiomes(float *heat_map, float *humidity_map);
|
||||
bool generateBiomes(float *heat_map, float *humidity_map);
|
||||
void generateCaves(int max_stone_y);
|
||||
void dustTopNodes();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue