mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-17 19:40:45 +00:00
feat: oceanMonument
feat: Mesa biomes feat: changed world generation according to java fix: swamp hut changed to spruce
This commit is contained in:
@@ -32,6 +32,13 @@ void StrongholdFeature::staticCtor()
|
||||
allowedBiomes.push_back(Biome::savanna);
|
||||
allowedBiomes.push_back(Biome::roofedForest);
|
||||
allowedBiomes.push_back(Biome::flowerForest);
|
||||
allowedBiomes.push_back(Biome::coldTaiga);
|
||||
allowedBiomes.push_back(Biome::megaTaiga);
|
||||
allowedBiomes.push_back(Biome::coldTaigaHills);
|
||||
allowedBiomes.push_back(Biome::coldTaigaM);
|
||||
allowedBiomes.push_back(Biome::taigaM);
|
||||
allowedBiomes.push_back(Biome::megaTaigaHills);
|
||||
|
||||
};
|
||||
|
||||
void StrongholdFeature::_init()
|
||||
|
||||
Reference in New Issue
Block a user