1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

MapgenBasic: Add lava source as commonly used content (#5512)

Future mapgens are likely to use this for magma and volcanos.
Remove the getting of lava source content id in mgvalleys.
This commit is contained in:
Paramat 2017-04-04 06:51:58 +01:00 committed by Loïc Blot
parent 563199698d
commit b8a4c95971
4 changed files with 4 additions and 7 deletions

View file

@ -261,10 +261,11 @@ protected:
// Content required for generateBiomes
content_t c_stone;
content_t c_water_source;
content_t c_river_water_source;
content_t c_desert_stone;
content_t c_sandstone;
content_t c_water_source;
content_t c_river_water_source;
content_t c_lava_source;
// Content required for generateDungeons
content_t c_cobble;