diff options
author | Mattes D <github@xoft.cz> | 2014-10-29 15:28:27 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-10-29 15:28:27 +0100 |
commit | f34b1291beb81b4fcf82e155e66f4a43d7caf915 (patch) | |
tree | 518516a8e7fff006c75c655fa40dd405307a37cd /src/Generating/BioGen.cpp | |
parent | Merged branch 'master' into GrownBiomes. (diff) | |
download | cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.tar cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.tar.gz cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.tar.bz2 cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.tar.lz cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.tar.xz cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.tar.zst cuberite-f34b1291beb81b4fcf82e155e66f4a43d7caf915.zip |
Diffstat (limited to 'src/Generating/BioGen.cpp')
-rw-r--r-- | src/Generating/BioGen.cpp | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/Generating/BioGen.cpp b/src/Generating/BioGen.cpp index 96c181915..6fab1b9d9 100644 --- a/src/Generating/BioGen.cpp +++ b/src/Generating/BioGen.cpp @@ -946,18 +946,15 @@ public: std::make_shared<cIntGenZoom <10>>(a_Seed + 15, std::make_shared<cIntGenSmooth <7>> (a_Seed + 1000, std::make_shared<cIntGenZoom <9>> (a_Seed + 16, - std::make_shared<cIntGenSmooth <6>> (a_Seed + 1001, - std::make_shared<cIntGenZoom <8>> (a_Seed, - std::make_shared<cIntGenSmooth <6>> (a_Seed + 1002, - std::make_shared<cIntGenZoom <8>> (a_Seed + 1, std::make_shared<cIntGenBeaches <6>> ( std::make_shared<cIntGenSmooth <8>> (a_Seed + 1002, - std::make_shared<cIntGenZoom <10>>(a_Seed + 2, - std::make_shared<cIntGenZoom <7>> (a_Seed + 3, - std::make_shared<cIntGenAddIslands <5>> (a_Seed + 2004, 10, - std::make_shared<cIntGenZoom <5>> (a_Seed + 4, - std::make_shared<cIntGenAddToOcean <4>> (a_Seed + 9, 50, biMushroomIsland, - std::make_shared<cIntGenZoom <6>> (a_Seed + 8, + std::make_shared<cIntGenZoom <10>>(a_Seed + 1, + std::make_shared<cIntGenSmooth <7>> (a_Seed + 1002, + std::make_shared<cIntGenZoom <9>> (a_Seed + 2, + std::make_shared<cIntGenAddIslands <6>> (a_Seed + 2004, 10, + std::make_shared<cIntGenZoom <6>> (a_Seed + 4, + std::make_shared<cIntGenAddToOcean <5>> (a_Seed + 9, 50, biMushroomIsland, + std::make_shared<cIntGenZoom <7>> (a_Seed + 8, std::make_shared<cIntGenAddToOcean <5>> (a_Seed + 10, 500, biDeepOcean, std::make_shared<cIntGenBiomes <7>> (a_Seed + 3000, std::make_shared<cIntGenZoom <7>> (a_Seed + 5, @@ -970,7 +967,7 @@ public: std::make_shared<cIntGenSmooth <6>> (a_Seed + 1004, std::make_shared<cIntGenZoom <8>> (a_Seed + 10, std::make_shared<cIntGenLandOcean <6>> (a_Seed + 100, 65 - )))))))))))))))))))))))))))); + ))))))))))))))))))))))))); m_Gen = std::make_shared<cIntGenSmooth <16>>(a_Seed, |