added beach to default coral biomes
This commit is contained in:
@@ -198,8 +198,10 @@ public class Config {
|
|||||||
}
|
}
|
||||||
if (Utils.biomeClassNameFilter("river", "ocean").apply(biome)) {
|
if (Utils.biomeClassNameFilter("river", "ocean").apply(biome)) {
|
||||||
algaeBiomeList.add(biome.biomeID);
|
algaeBiomeList.add(biome.biomeID);
|
||||||
coralBiomeList.add(biome.biomeID);
|
|
||||||
BiomeListConfigEntry.algaeBiomeList.add(biome);
|
BiomeListConfigEntry.algaeBiomeList.add(biome);
|
||||||
|
}
|
||||||
|
if (Utils.biomeClassNameFilter("river", "ocean", "beach").apply(biome)) {
|
||||||
|
coralBiomeList.add(biome.biomeID);
|
||||||
BiomeListConfigEntry.coralBiomeList.add(biome);
|
BiomeListConfigEntry.coralBiomeList.add(biome);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user