summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2014-12-23 23:36:16 +0000
committerCraig Robbins <kde.psych@gmail.com>2014-12-24 11:23:48 +1000
commit42874806080da06019d1fcc107ce08edc60092b2 (patch)
tree26db0f5cb190895ddda4cb327272d4fba41351fc /minetest.conf.example
parentc927763dcedc8742e0c37321bb741ec10629ab54 (diff)
downloadminetest-42874806080da06019d1fcc107ce08edc60092b2.tar.gz
minetest-42874806080da06019d1fcc107ce08edc60092b2.tar.bz2
minetest-42874806080da06019d1fcc107ce08edc60092b2.zip
State biome API heat and humidity noise parameters in positional format
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example24
1 files changed, 3 insertions, 21 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 1798d8ed7..ae52d2f36 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -524,27 +524,9 @@
#mgv7_np_mountain = 0, 1, (250, 350, 250), 5333, 5, 0.68, 2.0
#mgv7_np_ridge = 0, 1, (100, 100, 100), 6467, 4, 0.75, 2.0
-# Biome API temperature and humidity.
-#mg_biome_np_heat = {
-# offset = 50
-# scale = 50
-# spread = (500.0, 500.0, 500.0)
-# seed = 5349
-# octaves = 3
-# persistence = 0.5
-# lacunarity = 2.0
-# flags = "defaults"
-#}
-#mg_biome_np_humidity = {
-# offset = 50
-# scale = 50
-# spread = (500.0, 500.0, 500.0)
-# seed = 842
-# octaves = 3
-# persistence = 0.5
-# lacunarity = 2.0
-# flags = "defaults"
-#}
+# Noise parameters for biome API temperature and humidity.
+#mg_biome_np_heat = 50, 50, (500, 500, 500), 5349, 3, 0.5, 2.0
+#mg_biome_np_humidity = 50, 50, (500, 500, 500), 842, 3, 0.5, 2.0
# Enable/disable IPv6.
#enable_ipv6 = true