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 -> {
|
BIOMES_TO_SORT.forEach(id -> {
|
||||||
Biome b = biomeRegistry.get(id);
|
Biome b = biomeRegistry.get(id);
|
||||||
if (b != null) {
|
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);
|
BiomeAPI.sortBiomeFeatures(b);
|
||||||
} else {
|
} else {
|
||||||
BCLib.LOGGER.info("Unknown Biome: " + id);
|
BCLib.LOGGER.info("Unknown Biome: " + id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue