Degraded missing BiomeID to a warning

This commit is contained in:
Frank 2021-12-14 13:45:21 +01:00
parent d14e1c3952
commit 23a36a785b

View file

@ -652,7 +652,7 @@ public class BiomeAPI {
if (key!=null) {
configuredMap.put(structure, key);
} else {
BCLib.LOGGER.error("Unable to find Biome " + getBiomeID(biome));
BCLib.LOGGER.warning("Unable to find Biome " + getBiomeID(biome));
}
});
}