More logs classified as verbose (#41)

This commit is contained in:
Frank 2022-10-08 11:04:15 +02:00
parent 87d0c8b07e
commit bfb050fe0c

View file

@ -319,7 +319,8 @@ public class InternalBiomeAPI {
try {
BCLBiomeRegistry.register(registryAccess, biome);
} catch (IllegalStateException e) {
BCLib.LOGGER.info("Not managing Biome " + biome.getID());
if (Configs.MAIN_CONFIG.verboseLogging())
BCLib.LOGGER.info("Not managing Biome " + biome.getID());
}
}