diff options
author | madmaxoft <github@xoft.cz> | 2013-11-29 21:47:09 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-29 21:47:09 +0100 |
commit | 78f0195d26d20c20fdc3898b6410ac54e6edd1ea (patch) | |
tree | f59cb8d9bf2fc450ca5df4ae85385b634f8fe0c9 /src/Generating/HeiGen.cpp | |
parent | Fixed CheckerboardBiomeGen in negative coords. (diff) | |
download | cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.gz cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.bz2 cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.lz cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.xz cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.tar.zst cuberite-78f0195d26d20c20fdc3898b6410ac54e6edd1ea.zip |
Diffstat (limited to 'src/Generating/HeiGen.cpp')
-rw-r--r-- | src/Generating/HeiGen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Generating/HeiGen.cpp b/src/Generating/HeiGen.cpp index bcf5e18e5..ea6051371 100644 --- a/src/Generating/HeiGen.cpp +++ b/src/Generating/HeiGen.cpp @@ -270,7 +270,7 @@ const cHeiGenBiomal::sGenParam cHeiGenBiomal::m_GenParam[256] = /* biExtremeHillsPlus */ { 0.2f, 4.0f, 0.05f, 20.0f, 0.01f, 16.0f, 120}, /* biSavanna */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 68}, /* biSavannaPlateau */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 80}, - /* biMesa */ { 0.2f, 2.0f, 0.05f, 10.0f, 0.01f, 8.0f, 80}, + /* biMesa */ { 0.2f, 2.0f, 0.05f, 10.0f, 0.01f, 8.0f, 70}, // 165 /* biMesaPlateauF */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 80}, /* biMesaPlateau */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 80}, @@ -314,7 +314,7 @@ const cHeiGenBiomal::sGenParam cHeiGenBiomal::m_GenParam[256] = /* biExtremeHillsPlusM */ { 0.2f, 4.0f, 0.05f, 20.0f, 0.01f, 16.0f, 120}, // 162 /* biSavannaM */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 68}, // 163 /* biSavannaPlateauM */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 80}, // 164 - /* biMesaBryce */ { 0.2f, 2.0f, 0.05f, 10.0f, 0.01f, 8.0f, 80}, // 165 + /* biMesaBryce */ { 0.2f, 2.0f, 0.1f, 30.0f, 0.01f, 8.0f, 80}, /* biMesaPlateauFM */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 80}, // 166 /* biMesaPlateauM */ { 0.1f, 1.0f, 0.05f, 1.5f, 0.01f, 4.0f, 80}, // 167 } ; |