Fixed beaches generating around coral reefs
This commit is contained in:
parent
e1361e720e
commit
845c317937
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue