mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +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
|
@ -88,6 +88,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;
|
||||
|
@ -114,7 +115,7 @@ public:
|
|||
int generateMountainTerrain(int ymax);
|
||||
void generateRidgeTerrain();
|
||||
|
||||
bool generateBiomes(float *heat_map, float *humidity_map);
|
||||
MgStoneType generateBiomes(float *heat_map, float *humidity_map);
|
||||
void dustTopNodes();
|
||||
|
||||
//void addTopNodes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue