Change Log wording (#39)

This commit is contained in:
Frank 2022-10-08 10:50:37 +02:00
parent 551ab83f51
commit 887cb3c8f1

View file

@ -317,7 +317,7 @@ public class InternalBiomeAPI {
try {
BCLBiomeRegistry.register(registryAccess, biome);
} catch (IllegalStateException e) {
BCLib.LOGGER.warning("Unable to register Dummy Biome Entry for " + biome.getID());
BCLib.LOGGER.info("Not managing Biome " + biome.getID());
}
}