mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Mgv7: Add docs for the new floatland exponent parameter
This commit is contained in:
parent
2af47e6f5f
commit
e7396a0c50
@ -1415,13 +1415,16 @@ mgv7_large_cave_depth (Large cave depth) int -33
|
|||||||
# Y of upper limit of lava in large caves.
|
# Y of upper limit of lava in large caves.
|
||||||
mgv7_lava_depth (Lava depth) int -256
|
mgv7_lava_depth (Lava depth) int -256
|
||||||
|
|
||||||
# Controls the density of floatland mountain terrain.
|
# Controls the density of mountain-type floatlands.
|
||||||
# Is an offset added to the 'np_mountain' noise value.
|
# Is a noise offset added to the 'mgv7_np_mountain' noise value.
|
||||||
mgv7_float_mount_density (Floatland mountain density) float 0.6
|
mgv7_float_mount_density (Floatland mountain density) float 0.6
|
||||||
|
|
||||||
# Typical maximum height, above and below midpoint, of floatland mountain terrain.
|
# Typical maximum height, above and below midpoint, of floatland mountains.
|
||||||
mgv7_float_mount_height (Floatland mountain height) float 128.0
|
mgv7_float_mount_height (Floatland mountain height) float 128.0
|
||||||
|
|
||||||
|
# Alters how mountain-type floatlands taper above and below midpoint.
|
||||||
|
mgv7_float_mount_exponent (Floatland mountain exponent) float 0.75
|
||||||
|
|
||||||
# Y-level of floatland midpoint and lake surface.
|
# Y-level of floatland midpoint and lake surface.
|
||||||
mgv7_floatland_level (Floatland level) int 1280
|
mgv7_floatland_level (Floatland level) int 1280
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user