summaryrefslogtreecommitdiff
path: root/src/mapgen_flat.cpp
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2016-12-13 04:08:23 +0000
committerparamat <mat.gregory@virginmedia.com>2016-12-14 06:28:45 +0000
commitf8408398f56b19ea277cb5921f0843ba06002574 (patch)
tree72dbc1ab83985b001d49df4fb512ef1722d4733f /src/mapgen_flat.cpp
parentc67f2b29651eb98aaaf14649560d91ce5963223d (diff)
downloadminetest-f8408398f56b19ea277cb5921f0843ba06002574.tar.gz
minetest-f8408398f56b19ea277cb5921f0843ba06002574.tar.bz2
minetest-f8408398f56b19ea277cb5921f0843ba06002574.zip
Cavegen: Wider tunnels in mgflat, mgfractal, mgvalleys
As mgv7 is now the default mapgen i re-checked its tunnel width on request, discovered they needed to be wider, and have made this change. This commit widens the identical 3D noise tunnels in the other mapgens in exactly the same way.
Diffstat (limited to 'src/mapgen_flat.cpp')
-rw-r--r--src/mapgen_flat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen_flat.cpp b/src/mapgen_flat.cpp
index 2c1715e61..cc120b580 100644
--- a/src/mapgen_flat.cpp
+++ b/src/mapgen_flat.cpp
@@ -82,7 +82,7 @@ MapgenFlatParams::MapgenFlatParams()
spflags = 0;
ground_level = 8;
large_cave_depth = -33;
- cave_width = 0.2;
+ cave_width = 0.09;
lake_threshold = -0.45;
lake_steepness = 48.0;
hill_threshold = 0.45;