From 4dff0021b8c0ad19db97a6160a338fcac09f7c4c Mon Sep 17 00:00:00 2001 From: Paramat Date: Thu, 16 Aug 2018 19:10:56 +0100 Subject: 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. --- minetest.conf.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'minetest.conf.example') 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 = "" -- cgit v1.2.3