From 750e2c1944391941e0bd6c32ec29ed8a5e68279d Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Wed, 15 Feb 2017 20:55:32 +0100 Subject: Dead bushes will generate in mega mega taigas (#3571) --- src/Generating/ComposableGenerator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Generating') 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; -- cgit v1.2.3