Feature Logging

This commit is contained in:
Frank 2023-06-13 22:59:36 +02:00
parent 0e3be7249f
commit 00106ed609

View file

@ -47,6 +47,7 @@ public class BuildingListFeature extends NBTFeature<BuildingListFeatureConfig> {
RandomSource random
) {
selected = cfg.getRandom(random);
//BCLib.LOGGER.info("Selected: " + selected.structurePath + " /tp " + pos.getX() + " " + pos.getY() + " " + pos.getZ());
return selected.getStructure();
}