diff options
author | paramat <paramat@users.noreply.github.com> | 2017-07-13 21:03:16 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2017-07-22 00:56:55 +0100 |
commit | dc9e4517a89c3e67585908c88c01442c4d6e3efa (patch) | |
tree | d58aac4b2be752765193e7c286abc970befc6949 /minetest.conf.example | |
parent | 49920cfe8dc7869bb8235c6fe2b8ef26e2a523ca (diff) | |
download | minetest-dc9e4517a89c3e67585908c88c01442c4d6e3efa.tar.gz minetest-dc9e4517a89c3e67585908c88c01442c4d6e3efa.tar.bz2 minetest-dc9e4517a89c3e67585908c88c01442c4d6e3efa.zip |
Mgv7: Add option to repeat surface biomes in floatlands
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index f29849baf..9e4a0e2ee 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1390,12 +1390,12 @@ #### 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. -# type: flags possible values: mountains, ridges, floatlands, caverns, nomountains, noridges, nofloatlands, nocaverns -# mgv7_spflags = mountains,ridges,nofloatlands,caverns +# type: flags possible values: mountains, ridges, floatlands, caverns, biomerepeat, nomountains, noridges, nofloatlands, nocaverns, nobiomerepeat +# mgv7_spflags = mountains,ridges,nofloatlands,caverns,biomerepeat # Controls width of tunnels, a smaller value creates wider tunnels. # type: float |