More Debug output
This commit is contained in:
parent
f6d0cc7a38
commit
2253913c7c
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ public class InternalBiomeAPI {
|
|||
if (b != null) {
|
||||
BCLib.LOGGER.info("Sorting Features in Biome: " + id + "(" + b + ")");
|
||||
BiomeAPI.sortBiomeFeatures(b);
|
||||
} else {
|
||||
BCLib.LOGGER.info("Unknown Biome: " + id);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue