diff options
author | Paramat <paramat@users.noreply.github.com> | 2018-08-16 19:10:56 +0100 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-08-16 20:10:56 +0200 |
commit | 4dff0021b8c0ad19db97a6160a338fcac09f7c4c (patch) | |
tree | c9577825ccec0d2d086a53909a8735aee3618ea1 /minetest.conf.example | |
parent | 297beea5bf95c8ea0b6fe08aed287b94487d24ea (diff) | |
download | minetest-4dff0021b8c0ad19db97a6160a338fcac09f7c4c.tar.gz minetest-4dff0021b8c0ad19db97a6160a338fcac09f7c4c.tar.bz2 minetest-4dff0021b8c0ad19db97a6160a338fcac09f7c4c.zip |
Mgv5: Change tunnel parameters to those of other mapgens (#7641)
Make tunnels wider and use the noise parameters of most other mapgens.
All other underground features are already identical to all other
non-mgv6 mapgens, this final change modernises and improves the tunnels.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 14892c141..7e548c35d 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1654,7 +1654,7 @@ # Controls width of tunnels, a smaller value creates wider tunnels. # type: float -# mgv5_cave_width = 0.125 +# mgv5_cave_width = 0.09 # Y of upper limit of large caves. # type: int @@ -1731,9 +1731,9 @@ # mgv5_np_cave1 = { # offset = 0, # scale = 12, -# spread = (50, 50, 50), +# spread = (61, 61, 61), # seed = 52534, -# octaves = 4, +# octaves = 3, # persistence = 0.5, # lacunarity = 2.0, # flags = "" @@ -1744,9 +1744,9 @@ # mgv5_np_cave2 = { # offset = 0, # scale = 12, -# spread = (50, 50, 50), +# spread = (67, 67, 67), # seed = 10325, -# octaves = 4, +# octaves = 3, # persistence = 0.5, # lacunarity = 2.0, # flags = "" |