1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +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

@ -124,8 +124,6 @@ private:
Noise *noise_valley_depth;
Noise *noise_valley_profile;
content_t c_lava_source;
float terrainLevelAtPoint(s16 x, s16 z);
void calculateNoise();