summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-11-10 06:50:22 +0000
committerparamat <mat.gregory@virginmedia.com>2015-11-13 04:25:08 +0000
commit4434498367929f5fe67d7bf8a12e594d51b632ce (patch)
tree639523a6096f44800a70d152575840669b49fad9 /minetest.conf.example
parent657a16d90c42afc212e70c594296b1e204545a4c (diff)
downloadminetest-4434498367929f5fe67d7bf8a12e594d51b632ce.tar.gz
minetest-4434498367929f5fe67d7bf8a12e594d51b632ce.tar.bz2
minetest-4434498367929f5fe67d7bf8a12e594d51b632ce.zip
Mgv6: Move global mapgen flag 'flat' into mgv6 spflags
Add mgv6 spflag 'flat' Global flag is kept for backwards compatibility but is now undocumented
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 10b090beb..e5adc0e1d 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1021,10 +1021,10 @@
# map_generation_limit = 31000
# Global map generation attributes.
+# The 'trees' flag only has effect in mgv6.
# 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.
-# 'trees' and 'flat' flags only have effect in mgv6.
-# type: flags possible values: trees, caves, dungeons, light, flat, notrees, nocaves, nodungeons, nolight, noflat
+# type: flags possible values: trees, caves, dungeons, light, notrees, nocaves, nodungeons, nolight
# mg_flags = trees,caves,dungeons,light
### Advanced
@@ -1093,7 +1093,7 @@
# When snowbiomes are enabled jungles are enabled and the jungles flag is ignored.
# 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: jungles, biomeblend, mudflow, snowbiomes, nojungles, nobiomeblend, nomudflow, nosnowbiomes
+# type: flags possible values: jungles, biomeblend, mudflow, snowbiomes, flat, nojungles, nobiomeblend, nomudflow, nosnowbiomes, noflat
# mgv6_spflags = jungles,biomeblend,mudflow,snowbiomes
# Controls size of deserts and beaches in Mapgen v6.