summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-07-28 14:28:16 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-07-28 14:28:16 +0200
commit579f850506a1cc72f8f205f9e8c686f434e63023 (patch)
tree55441214a26b8dc870d192a837c5017a663047c7
parentRenamed cFinishGenSingleBiomeSingleTopBlock to cFinishGenSingleTopBlock (diff)
downloadcuberite-579f850506a1cc72f8f205f9e8c686f434e63023.tar
cuberite-579f850506a1cc72f8f205f9e8c686f434e63023.tar.gz
cuberite-579f850506a1cc72f8f205f9e8c686f434e63023.tar.bz2
cuberite-579f850506a1cc72f8f205f9e8c686f434e63023.tar.lz
cuberite-579f850506a1cc72f8f205f9e8c686f434e63023.tar.xz
cuberite-579f850506a1cc72f8f205f9e8c686f434e63023.tar.zst
cuberite-579f850506a1cc72f8f205f9e8c686f434e63023.zip
-rw-r--r--src/Generating/ComposableGenerator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Generating/ComposableGenerator.cpp b/src/Generating/ComposableGenerator.cpp
index ed1e7f6c1..a8c1a842f 100644
--- a/src/Generating/ComposableGenerator.cpp
+++ b/src/Generating/ComposableGenerator.cpp
@@ -330,6 +330,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile)
AllowedBiomes.push_back(biDesertM);
AllowedBiomes.push_back(biMesa);
AllowedBiomes.push_back(biMesaBryce);
+ AllowedBiomes.push_back(biMesaPlateau);
AllowedBiomes.push_back(biMesaPlateauF);
AllowedBiomes.push_back(biMesaPlateauFM);
AllowedBiomes.push_back(biMesaPlateauM);