mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons
This commit is contained in:
parent
3ffb5f5761
commit
c0edb8e313
5 changed files with 69 additions and 34 deletions
|
@ -77,6 +77,7 @@ public:
|
|||
content_t c_lava_source;
|
||||
content_t c_desert_stone;
|
||||
content_t c_ice;
|
||||
content_t c_sandstone;
|
||||
|
||||
content_t c_cobble;
|
||||
content_t c_stair_cobble;
|
||||
|
@ -91,7 +92,7 @@ public:
|
|||
int getGroundLevelAtPoint(v2s16 p);
|
||||
void calculateNoise();
|
||||
int generateBaseTerrain();
|
||||
bool generateBiomes(float *heat_map, float *humidity_map);
|
||||
MgStoneType 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