More logs classified as verbose (#41)
This commit is contained in:
parent
87d0c8b07e
commit
bfb050fe0c
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue