1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6

This commit is contained in:
kwolekr 2013-12-07 22:45:21 -05:00
parent a0dce51af6
commit bbae8eb751
5 changed files with 158 additions and 110 deletions

View file

@ -107,7 +107,7 @@ public:
NoiseParams *np_apple_trees;
float freq_desert;
float freq_beach;
content_t c_stone;
content_t c_dirt;
content_t c_dirt_with_grass;
@ -119,6 +119,11 @@ public:
content_t c_desert_sand;
content_t c_desert_stone;
content_t c_mossycobble;
content_t c_sandbrick;
content_t c_stair_cobble;
content_t c_stair_sandstone;
MapgenV6(int mapgenid, MapgenV6Params *params, EmergeManager *emerge);
~MapgenV6();