diff options
author | paramat <paramat@users.noreply.github.com> | 2018-01-04 00:41:36 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2018-01-04 04:29:04 +0000 |
commit | e7396a0c5060eccf3d4aea9b83647e1d02df308b (patch) | |
tree | 27d435c2596cd1a8b7f16a6eb8d0b4a25fb478d3 /builtin | |
parent | 2af47e6f5fde46f8edb2feeab858cc63929d3d5a (diff) | |
download | minetest-e7396a0c5060eccf3d4aea9b83647e1d02df308b.tar.gz minetest-e7396a0c5060eccf3d4aea9b83647e1d02df308b.tar.bz2 minetest-e7396a0c5060eccf3d4aea9b83647e1d02df308b.zip |
Mgv7: Add docs for the new floatland exponent parameter
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 024018869..088f06ca7 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1415,13 +1415,16 @@ mgv7_large_cave_depth (Large cave depth) int -33 # Y of upper limit of lava in large caves. mgv7_lava_depth (Lava depth) int -256 -# Controls the density of floatland mountain terrain. -# Is an offset added to the 'np_mountain' noise value. +# Controls the density of mountain-type floatlands. +# Is a noise offset added to the 'mgv7_np_mountain' noise value. 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 +# 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. mgv7_floatland_level (Floatland level) int 1280 |