mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 15:35:21 +01: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:
		| @@ -1316,7 +1316,7 @@ | ||||
|  | ||||
| #    Controls width of tunnels, a smaller value creates wider tunnels. | ||||
| #    type: float | ||||
| # mgflat_cave_width = 0.2 | ||||
| # mgflat_cave_width = 0.09 | ||||
|  | ||||
| #    Terrain noise threshold for lakes. | ||||
| #    Controls proportion of world area covered by lakes. | ||||
| @@ -1357,7 +1357,7 @@ | ||||
|  | ||||
| #    Controls width of tunnels, a smaller value creates wider tunnels. | ||||
| #    type: float | ||||
| # mgfractal_cave_width = 0.2 | ||||
| # mgfractal_cave_width = 0.09 | ||||
|  | ||||
| #    Choice of 18 fractals from 9 formulas. | ||||
| #    1 = 4D "Roundy" mandelbrot set. | ||||
| @@ -1482,7 +1482,7 @@ | ||||
|  | ||||
| #    Controls width of tunnels, a smaller value creates wider tunnels. | ||||
| #    type: float | ||||
| # mgvalleys_cave_width = 0.2 | ||||
| # mgvalleys_cave_width = 0.09 | ||||
|  | ||||
| ##### Noises | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user