Fixed beaches generating around coral reefs

This commit is contained in:
Forstride 2016-08-09 18:58:50 -04:00
parent e1361e720e
commit 845c317937

View file

@ -34,7 +34,7 @@ public class BiomeGenCoralReef extends BOPBiome
this.canGenerateVillages = false;
this.canGenerateRivers = false;
this.beachBiomeLocation = BiomeUtils.getLocForBiome(Biomes.BEACH);
this.beachBiomeLocation = BiomeUtils.getLocForBiome(Biomes.OCEAN);
clearWeights();