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

Mgv7: Change default cave width to 0.09

This commit is contained in:
sfan5 2016-12-12 17:10:16 +01:00 committed by paramat
parent 540071002e
commit 0d94bfabcc
3 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ MapgenV7::~MapgenV7()
MapgenV7Params::MapgenV7Params()
{
spflags = MGV7_MOUNTAINS | MGV7_RIDGES;
cave_width = 0.2;
cave_width = 0.09;
float_mount_density = 0.6;
float_mount_height = 128.0;
floatland_level = 1280;