Skip to content

Commit e7396a0

Browse files
committedJan 4, 2018
Mgv7: Add docs for the new floatland exponent parameter
1 parent 2af47e6 commit e7396a0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

Diff for: ‎builtin/settingtypes.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1415,13 +1415,16 @@ mgv7_large_cave_depth (Large cave depth) int -33
14151415
# Y of upper limit of lava in large caves.
14161416
mgv7_lava_depth (Lava depth) int -256
14171417

1418-
# Controls the density of floatland mountain terrain.
1419-
# Is an offset added to the 'np_mountain' noise value.
1418+
# Controls the density of mountain-type floatlands.
1419+
# Is a noise offset added to the 'mgv7_np_mountain' noise value.
14201420
mgv7_float_mount_density (Floatland mountain density) float 0.6
14211421

1422-
# Typical maximum height, above and below midpoint, of floatland mountain terrain.
1422+
# Typical maximum height, above and below midpoint, of floatland mountains.
14231423
mgv7_float_mount_height (Floatland mountain height) float 128.0
14241424

1425+
# Alters how mountain-type floatlands taper above and below midpoint.
1426+
mgv7_float_mount_exponent (Floatland mountain exponent) float 0.75
1427+
14251428
# Y-level of floatland midpoint and lake surface.
14261429
mgv7_floatland_level (Floatland level) int 1280
14271430

0 commit comments

Comments
 (0)
Please sign in to comment.