Feature Logging
This commit is contained in:
parent
0e3be7249f
commit
00106ed609
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ public class BuildingListFeature extends NBTFeature<BuildingListFeatureConfig> {
|
||||||
RandomSource random
|
RandomSource random
|
||||||
) {
|
) {
|
||||||
selected = cfg.getRandom(random);
|
selected = cfg.getRandom(random);
|
||||||
|
//BCLib.LOGGER.info("Selected: " + selected.structurePath + " /tp " + pos.getX() + " " + pos.getY() + " " + pos.getZ());
|
||||||
return selected.getStructure();
|
return selected.getStructure();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue