Removed debug string

This commit is contained in:
paulevsGitch 2021-12-30 06:33:53 +03:00
parent 2c5f4287d3
commit 5bd0fc4f4c

View file

@ -49,7 +49,6 @@ public class BuildingListFeature extends ListFeature {
); );
chestEntity.setLootTable(LootTableUtil.getTable(biome), random.nextLong()); chestEntity.setLootTable(LootTableUtil.getTable(biome), random.nextLong());
chestEntity.setChanged(); chestEntity.setChanged();
System.out.println("Set loot at " + chestPos);
} }
return structureBlockInfo2; return structureBlockInfo2;
} }