More Debug output

This commit is contained in:
Frank 2022-06-11 19:52:30 +02:00
parent f6d0cc7a38
commit 2253913c7c

View file

@ -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);
}
});
}