summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-08-27 02:50:45 +0100
committerparamat <mat.gregory@virginmedia.com>2015-08-29 06:27:29 +0100
commit17b7b7c85fc4faca2180a0104ed457c3a8734627 (patch)
treedfd8df1cf3149ec7f96338950842bc2a6e1c07de /minetest.conf.example
parent3304e1e517fb8aac008c4684e72a4b59b408414a (diff)
downloadminetest-17b7b7c85fc4faca2180a0104ed457c3a8734627.tar.gz
minetest-17b7b7c85fc4faca2180a0104ed457c3a8734627.tar.bz2
minetest-17b7b7c85fc4faca2180a0104ed457c3a8734627.zip
Dungeongen: Remove floating frames
Preserves the rare unbroken protruding dungeons Fix random range for first room roomplace Fix checked volume for first room 'fits' bool and check for 'untouchable' flag instead of 'inside' Remove 'enable floating dungeons' setting
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example11
1 files changed, 7 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 9076a7cfd..656abd13b 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -516,18 +516,19 @@
# Mapgen stuff
#
-# Name of map generator to be used. Currently supported: v5, v6, v7, singlenode.
+# Name of map generator to be used.
+# Currently supported: v5, v6, v7, singlenode.
#mg_name = v6
# Water surface level of map
#water_level = 1
# Size of chunks to be generated, stated in mapblocks (16 nodes)
#chunksize = 5
-# Global map generation attributes. Currently supported: trees, caves, flat, dungeons, light.
+# Global map generation attributes.
+# Currently supported: trees, caves, flat, dungeons, light.
# Flags that are not specified in the flag string are not modified from the default.
# To explicitly turn off a flag, prepend "no" to the beginning, e.g. nolight.
+# 'trees' and 'flat' flags only have effect in mgv6.
#mg_flags = trees, caves, dungeons, light
-# Enable/disable floating dungeons and dungeon slices
-#enable_floating_dungeons = true
# Map generation attributes specific to Mapgen V6.
# Currently supported: jungles, biomeblend, mudflow, snowbiomes.
@@ -540,11 +541,13 @@
# Map generation attributes specific to Mapgen V7.
# Currently supported: mountains, ridges.
+# 'ridges' are the rivers.
#mgv7_spflags = mountains, ridges
# Perlin noise attributes for different map generation parameters.
# Noise parameters can be specified as a set of positional values:
# Offset, scale, (spread factors), seed offset, number of octaves, persistence, lacunarity.
+# For example:
#mgv6_np_terrain_base = -4, 20, (250, 250, 250), 82341, 5, 0.6, 2.0
# Or the new group format can be used instead, for example:
#mgv6_np_terrain_base = {