summaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h
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 /src/mapgen_v6.h
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 'src/mapgen_v6.h')
-rw-r--r--src/mapgen_v6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h
index a540c4b02..c71cf3c53 100644
--- a/src/mapgen_v6.h
+++ b/src/mapgen_v6.h
@@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define FREQ_HOT 0.4
#define FREQ_SNOW -0.4
#define FREQ_TAIGA 0.5
-#define FREQ_JUNGLE 0.7
+#define FREQ_JUNGLE 0.5
//////////// Mapgen V6 flags
#define MGV6_JUNGLES 0x01