Change Log wording (#39)
This commit is contained in:
parent
551ab83f51
commit
887cb3c8f1
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ public class InternalBiomeAPI {
|
||||||
try {
|
try {
|
||||||
BCLBiomeRegistry.register(registryAccess, biome);
|
BCLBiomeRegistry.register(registryAccess, biome);
|
||||||
} catch (IllegalStateException e) {
|
} catch (IllegalStateException e) {
|
||||||
BCLib.LOGGER.warning("Unable to register Dummy Biome Entry for " + biome.getID());
|
BCLib.LOGGER.info("Not managing Biome " + biome.getID());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue