diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-07-28 14:28:16 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-07-28 14:28:16 +0200 |
commit | 579f850506a1cc72f8f205f9e8c686f434e63023 (patch) | |
tree | 55441214a26b8dc870d192a837c5017a663047c7 /src | |
parent | Renamed cFinishGenSingleBiomeSingleTopBlock to cFinishGenSingleTopBlock (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/Generating/ComposableGenerator.cpp | 1 |
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); |