1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Mapgen: Combine dungeon generation code

This commit is contained in:
kwolekr 2016-05-22 16:27:31 -04:00
parent 0810901766
commit fd0efb21c3
12 changed files with 94 additions and 324 deletions

View file

@ -78,12 +78,6 @@ private:
Noise *noise_ridge_uwater;
Noise *noise_mountain;
Noise *noise_ridge;
content_t c_cobble;
content_t c_stair_cobble;
content_t c_mossycobble;
content_t c_sandstonebrick;
content_t c_stair_sandstonebrick;
};
struct MapgenFactoryV7 : public MapgenFactory {