Degraded missing BiomeID to a warning
This commit is contained in:
parent
d14e1c3952
commit
23a36a785b
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue