summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBond-009 <Bond-009@users.noreply.github.com>2017-02-15 20:55:32 +0100
committerJulian Laubstein <contact@julianlaubstein.de>2017-02-15 20:55:32 +0100
commit750e2c1944391941e0bd6c32ec29ed8a5e68279d (patch)
treed149a4b39356334089900d8b228f38f43897eaf6
parentUpdated sounds and effect IDs (#3422) (diff)
downloadcuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.tar
cuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.tar.gz
cuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.tar.bz2
cuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.tar.lz
cuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.tar.xz
cuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.tar.zst
cuberite-750e2c1944391941e0bd6c32ec29ed8a5e68279d.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 2b2b92ccf..e964bca46 100644
--- a/src/Generating/ComposableGenerator.cpp
+++ b/src/Generating/ComposableGenerator.cpp
@@ -319,6 +319,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile)
AllowedBiomes.push_back(biMesaPlateauF);
AllowedBiomes.push_back(biMesaPlateauFM);
AllowedBiomes.push_back(biMesaPlateauM);
+ AllowedBiomes.push_back(biMegaTaiga);
// A list with all the allowed blocks that can be below the dead bush.
cFinishGenSingleTopBlock::BlockList AllowedBlocks;