mirror of
https://github.com/minetest/minetest.git
synced 2025-06-30 07:00:23 +02:00
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.
This commit is contained in:
@ -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 = ""
|
||||
|
Reference in New Issue
Block a user