summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2016-09-16 04:59:25 +0100
committerparamat <mat.gregory@virginmedia.com>2016-11-15 23:07:06 +0000
commitbc3980e1d69ca9f848f80eb7386525fa4fb326cd (patch)
tree77064112a86b42a28c64cd8feacf979c484e918f /minetest.conf.example
parent5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b (diff)
downloadminetest-bc3980e1d69ca9f848f80eb7386525fa4fb326cd.tar.gz
minetest-bc3980e1d69ca9f848f80eb7386525fa4fb326cd.tar.bz2
minetest-bc3980e1d69ca9f848f80eb7386525fa4fb326cd.zip
Mgv7: Add optional floatlands, disabled by default
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example29
1 files changed, 27 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 02f31779f..361311ba0 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1239,16 +1239,35 @@
#### Mapgen v7
# Map generation attributes specific to Mapgen v7.
-# The 'ridges' flag controls the rivers.
+# The 'ridges' flag enables the rivers.
+# Floatlands are currently experimental and subject to change.
# Flags that are not specified in the flag string are not modified from the default.
# Flags starting with 'no' are used to explicitly disable them.
-# type: flags possible values: mountains, ridges, nomountains, noridges
+# type: flags possible values: mountains, ridges, floatlands,
+# nomountains, noridges, nofloatlands
# mgv7_spflags = mountains,ridges
# Controls width of tunnels, a smaller value creates wider tunnels.
# type: float
# mgv7_cave_width = 0.2
+# Controls the density of floatland mountain terrain.
+# Is an offset added to the 'np_mountain' noise value.
+# type: float
+# mgv7_float_mount_density = 0.6
+
+# Typical maximum height, above and below midpoint, of floatland mountain terrain.
+# type: float
+# mgv7_float_mount_height = 128.0
+
+# Y-level of floatland midpoint and lake surface.
+# type: int
+# mgv7_floatland_level = 1280
+
+# Y-level to which floatland shadows extend.
+# type: int
+# mgv7_shadow_limit = 1024
+
# type: noise_params
# mgv7_np_terrain_base = 4, 70, (600, 600, 600), 82341, 5, 0.6, 2.0
@@ -1271,6 +1290,12 @@
# mgv7_np_ridge_uwater = 0, 1, (1000, 1000, 1000), 85039, 5, 0.6, 2.0
# type: noise_params
+# mgv7_np_floatland_base = -0.6, 1.5, (600, 600, 600), 114, 5, 0.6, 2.0
+
+# type: noise_params
+# mgv7_np_float_base_height = 48, 24, (300, 300, 300), 907, 4, 0.7, 2.0
+
+# type: noise_params
# mgv7_np_mountain = -0.6, 1, (250, 350, 250), 5333, 5, 0.63, 2.0
# type: noise_params