summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2014-11-09 12:11:24 +0000
committerkwolekr <kwolekr@minetest.net>2014-11-09 20:21:39 -0500
commit10a47b7feef3278792c567f5b954ea4c3712319c (patch)
treecf378167553e7664e50407ba39adff356546b0fc /minetest.conf.example
parent18c583ee0b7548d5ea5d5ccd3085008d94620e5c (diff)
downloadminetest-10a47b7feef3278792c567f5b954ea4c3712319c.tar.gz
minetest-10a47b7feef3278792c567f5b954ea4c3712319c.tar.bz2
minetest-10a47b7feef3278792c567f5b954ea4c3712319c.zip
Tune cave noise scales to 6. Fix blobs spflag, now enabled. Update conf.example
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 992b7ded9..345a52bcd 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -425,15 +425,17 @@
# Perlin noise attributes for different map generation parameters
# Offset, scale, spread factor, seed offset, number of octaves, persistence
+#mgv5_spflags = blobs
#mgv5_np_filler_depth = 0, 1, (150, 150, 150), 261, 4, 0.7
#mgv5_np_factor = 0, 1, (250, 250, 250), 920381, 3, 0.45
#mgv5_np_height = 0, 10, (250, 250, 250), 84174, 4, 0.5
-#mgv5_np_cave1 = 0, 7.5, (50, 50, 50), 52534, 4, 0.5
-#mgv5_np_cave2 = 0, 7.5, (50, 50, 50), 10325, 4, 0.5
+#mgv5_np_cave1 = 0, 6, (50, 50, 50), 52534, 4, 0.5
+#mgv5_np_cave2 = 0, 6, (50, 50, 50), 10325, 4, 0.5
#mgv5_np_ground = 0, 40, (80, 80, 80), 983240, 4, 0.55
#mgv5_np_crumble = 0, 1, (20, 20, 20), 34413, 3, 1.3
#mgv5_np_wetness = 0, 1, (40, 40, 40), 32474, 4, 1.1
+#mgv6_spflags = biomeblend, jungles, mudflow
#mgv6_np_terrain_base = -4, 20, (250, 250, 250), 82341, 5, 0.6
#mgv6_np_terrain_higher = 20, 16, (500, 500, 500), 85039, 5, 0.6
#mgv6_np_steepness = 0.85, 0.5, (125, 125, 125), -932, 5, 0.7