mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
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.
This commit is contained in:
parent
c67f2b2965
commit
f8408398f5
5 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue