summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-05-25 02:12:44 +0100
committerparamat <mat.gregory@virginmedia.com>2015-05-26 02:08:06 +0100
commitf16ebbfecf89131b81625ef734c6607c5684c2bd (patch)
tree026ece9fb59631719d8260997e2d8bb364d3bdc4 /minetest.conf.example
parent6b7fb591cb8d54bc8a43df6adb34a026720b4fe4 (diff)
downloadminetest-f16ebbfecf89131b81625ef734c6607c5684c2bd.tar.gz
minetest-f16ebbfecf89131b81625ef734c6607c5684c2bd.tar.bz2
minetest-f16ebbfecf89131b81625ef734c6607c5684c2bd.zip
Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, 0.5 persistence for humidity
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 90a5ba48c..76f01bcfc 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -496,7 +496,7 @@
# Map generation attributes specific to Mapgen V6.
# Currently supported: jungles, biomeblend, mudflow, snowbiomes.
# When snowbiomes are enabled jungles are enabled and the jungles flag is ignored.
-#mgv6_spflags = jungles, biomeblend, mudflow
+#mgv6_spflags = jungles, biomeblend, mudflow, snowbiomes
# Controls size of deserts and beaches in Mapgen V6
# When snowbiomes are enabled 'mgv6_freq_desert' is ignored.
#mgv6_freq_desert = 0.45
@@ -551,9 +551,9 @@
#mgv6_np_height_select = 0.5, 1, (250, 250, 250), 4213, 5, 0.69, 2.0
#mgv6_np_mud = 4, 2, (200, 200, 200), 91013, 3, 0.55, 2.0
#mgv6_np_beach = 0, 1, (250, 250, 250), 59420, 3, 0.50, 2.0
-#mgv6_np_biome = 0, 1, (250, 250, 250), 9130, 3, 0.50, 2.0
+#mgv6_np_biome = 0, 1, (500, 500, 500), 9130, 3, 0.50, 2.0
#mgv6_np_cave = 6, 6, (250, 250, 250), 34329, 3, 0.50, 2.0
-#mgv6_np_humidity = 0.5, 0.5, (500, 500, 500), 72384, 4, 0.66, 2.0
+#mgv6_np_humidity = 0.5, 0.5, (500, 500, 500), 72384, 3, 0.50, 2.0
#mgv6_np_trees = 0, 1, (125, 125, 125), 2, 4, 0.66, 2.0
#mgv6_np_apple_trees = 0, 1, (100, 100, 100), 342902, 3, 0.45, 2.0