diff options
author | paramat <mat.gregory@virginmedia.com> | 2016-12-13 04:08:23 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-12-14 06:28:45 +0000 |
commit | f8408398f56b19ea277cb5921f0843ba06002574 (patch) | |
tree | 72dbc1ab83985b001d49df4fb512ef1722d4733f /builtin | |
parent | c67f2b29651eb98aaaf14649560d91ce5963223d (diff) | |
download | minetest-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 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index df4484750..ea0ca9992 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1016,7 +1016,7 @@ mgflat_ground_level (Mapgen flat ground level) int 8 mgflat_large_cave_depth (Mapgen flat large cave depth) int -33 # Controls width of tunnels, a smaller value creates wider tunnels. -mgflat_cave_width (Mapgen flat cave width) float 0.2 +mgflat_cave_width (Mapgen flat cave width) float 0.09 # Terrain noise threshold for lakes. # Controls proportion of world area covered by lakes. @@ -1046,7 +1046,7 @@ mgflat_np_cave2 (Mapgen flat cave2 noise parameters) noise_params 0, 12, (67, 67 [***Mapgen fractal] # Controls width of tunnels, a smaller value creates wider tunnels. -mgfractal_cave_width (Mapgen fractal cave width) float 0.2 +mgfractal_cave_width (Mapgen fractal cave width) float 0.09 # Choice of 18 fractals from 9 formulas. # 1 = 4D "Roundy" mandelbrot set. @@ -1148,7 +1148,7 @@ mgvalleys_river_size (River Size) int 5 mgvalleys_water_features (Water Features) int 0 # Controls width of tunnels, a smaller value creates wider tunnels. -mgvalleys_cave_width (Cave width) float 0.2 +mgvalleys_cave_width (Cave width) float 0.09 # Noise parameters [****Noises] |