summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-07-13 21:03:16 +0100
committerparamat <mat.gregory@virginmedia.com>2017-07-22 00:56:55 +0100
commitdc9e4517a89c3e67585908c88c01442c4d6e3efa (patch)
treed58aac4b2be752765193e7c286abc970befc6949 /builtin
parent49920cfe8dc7869bb8235c6fe2b8ef26e2a523ca (diff)
downloadminetest-dc9e4517a89c3e67585908c88c01442c4d6e3efa.tar.gz
minetest-dc9e4517a89c3e67585908c88c01442c4d6e3efa.tar.bz2
minetest-dc9e4517a89c3e67585908c88c01442c4d6e3efa.zip
Mgv7: Add option to repeat surface biomes in floatlands
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 72a5db206..c1a645dca 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -1151,11 +1151,11 @@ mgv6_np_apple_trees (Apple trees noise) noise_params 0, 1, (100, 100, 100), 3429
[***Mapgen v7]
# Map generation attributes specific to Mapgen v7.
-# The 'ridges' flag enables the rivers.
-# Floatlands are currently experimental and subject to change.
+# 'ridges' enables the rivers.
+# 'biomerepeat' causes surface biomes to repeat in the floatlands.
# 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.
-mgv7_spflags (Mapgen v7 specific flags) flags mountains,ridges,nofloatlands,caverns mountains,ridges,floatlands,caverns,nomountains,noridges,nofloatlands,nocaverns
+mgv7_spflags (Mapgen v7 specific flags) flags mountains,ridges,nofloatlands,caverns,biomerepeat mountains,ridges,floatlands,caverns,biomerepeat,nomountains,noridges,nofloatlands,nocaverns,nobiomerepeat
# Controls width of tunnels, a smaller value creates wider tunnels.
mgv7_cave_width (Cave width) float 0.09