Changed wording

This commit is contained in:
Frank 2022-07-03 22:15:12 +02:00
parent 5bf8c4d669
commit 9b537683ea

View file

@ -108,7 +108,7 @@ public class InternalBiomeAPI {
BIOMES_TO_SORT.forEach(id -> {
Biome b = biomeRegistry.get(id);
if (b != null) {
BCLib.LOGGER.info("Sorting Features in Biome: " + id + "(" + b + ")");
BCLib.LOGGER.info("Found non fabric/bclib Biome: " + id + "(" + b + ")");
BiomeAPI.sortBiomeFeatures(b);
} else {
BCLib.LOGGER.info("Unknown Biome: " + id);