some changes

This commit is contained in:
Lord_Cambion
2026-04-14 21:04:09 +02:00
parent 54958075bb
commit f17f5a98e5
9 changed files with 155 additions and 96 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ BiomeInitLayer::BiomeInitLayer(int64_t seed, shared_ptr<Layer> parent, int64_t s
icyBiomes[3] = Biome::coldTaiga;
if (levelType != LevelType::lvl_normal_1_1 && levelType == LevelType::lvl_flat)
if (levelType != LevelType::lvl_normal_1_1 && levelType == LevelType::lvl_customized)
{
this->customSettings = (CustomizableSourceSettings*)superflatConfig;
}