Changed wording
This commit is contained in:
parent
5bf8c4d669
commit
9b537683ea
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue