Fixed the Wooded Badlands Plateau not generating

This commit is contained in:
Forstride 2020-02-10 00:37:25 -05:00
parent 3f59e898a8
commit e884a076cc
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public enum BOPClimates
BOPClimates.TROPICAL.addBiome(15, Biomes.JUNGLE);
BOPClimates.MEDITERRANEAN.addBiome(1, Biomes.PLAINS);
BOPClimates.SAVANNA.addBiome(10, Biomes.SAVANNA);
BOPClimates.HOT_DESERT.addBiome(15, Biomes.DESERT).addBiome(10, Biomes.BADLANDS_PLATEAU);
BOPClimates.HOT_DESERT.addBiome(15, Biomes.DESERT).addBiome(10, Biomes.BADLANDS_PLATEAU).addBiome(3, Biomes.WOODED_BADLANDS_PLATEAU);
BOPClimates.WASTELAND.addBiome(1, Biomes.DESERT);
BOPClimates.NETHER.addBiome(10, Biomes.NETHER);