1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-09 11:35:21 +01:00

Mapgen Carpathian: Add lava_depth parameter

This commit is contained in:
vlapsley
2017-07-07 13:49:55 +10:00
committed by paramat
parent 3caad3f3c9
commit f871852f13
4 changed files with 13 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ struct MapgenCarpathianParams : public MapgenParams
u32 spflags = MGCARPATHIAN_CAVERNS;
float cave_width = 0.09f;
s16 large_cave_depth = -33;
s16 lava_depth = -256;
s16 cavern_limit = -256;
s16 cavern_taper = 256;
float cavern_threshold = 0.7f;