summaryrefslogtreecommitdiffstats
path: root/src/Generating/BioGen.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-11-01 16:37:56 +0100
committerMattes D <github@xoft.cz>2014-11-01 16:37:56 +0100
commit4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd (patch)
treea7bce8a5d43496e2767909fe57b18b87678e50b4 /src/Generating/BioGen.cpp
parentMerge branch 'master' into GrownBiomes (diff)
downloadcuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.tar
cuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.tar.gz
cuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.tar.bz2
cuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.tar.lz
cuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.tar.xz
cuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.tar.zst
cuberite-4873890cfbb0c1a2ede464c44ffb58bfe4a1c1cd.zip
Diffstat (limited to '')
-rw-r--r--src/Generating/BioGen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Generating/BioGen.cpp b/src/Generating/BioGen.cpp
index b3701a32a..e4a3a3629 100644
--- a/src/Generating/BioGen.cpp
+++ b/src/Generating/BioGen.cpp
@@ -1042,11 +1042,12 @@ public:
std::make_shared<cProtIntGenZoom >(a_Seed + 16,
std::make_shared<cProtIntGenBeaches >(
std::make_shared<cProtIntGenZoom >(a_Seed + 1,
- std::make_shared<cProtIntGenZoom >(a_Seed + 2,
std::make_shared<cProtIntGenAddIslands >(a_Seed + 2004, 10,
std::make_shared<cProtIntGenAddToOcean >(a_Seed + 10, 500, biDeepOcean,
std::make_shared<cProtIntGenReplaceRandomly>(a_Seed + 1, biPlains, biSunflowerPlains, 20,
std::make_shared<cProtIntGenAlternateBiomes>(a_Seed + 1, alteration,
+ std::make_shared<cProtIntGenBiomeEdges >(a_Seed + 3,
+ std::make_shared<cProtIntGenZoom >(a_Seed + 2,
std::make_shared<cProtIntGenZoom >(a_Seed + 4,
std::make_shared<cProtIntGenReplaceRandomly>(a_Seed + 99, biIcePlains, biIcePlainsSpikes, 50,
std::make_shared<cProtIntGenZoom >(a_Seed + 8,
@@ -1065,7 +1066,7 @@ public:
std::make_shared<cProtIntGenSetRandomly >(a_Seed + 9, 50, bgOcean,
std::make_shared<cProtIntGenZoom >(a_Seed + 10,
std::make_shared<cProtIntGenLandOcean >(a_Seed + 100, 30
- )))))))))))))))))))))))))))));
+ ))))))))))))))))))))))))))))));
m_Gen =
std::make_shared<cProtIntGenSmooth >(a_Seed,