1
0

Dead bushes will generate in mega mega taigas (#3571)

This commit is contained in:
Bond-009 2017-02-15 20:55:32 +01:00 committed by Julian Laubstein
parent dae2adde65
commit 750e2c1944

View File

@ -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;