Skip to content

Commit

Permalink
Print out chest contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Mar 7, 2024
1 parent bb626c9 commit aff0d68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static void item(PlotBuilder plot) {
LOGGER.debug("Center cable NBT data: " + centerCable.saveWithoutMetadata());
var tunnel2 = helper.getBlockEntity(origin.east());
LOGGER.debug("Tunnel2 NBT data: " + tunnel2.saveWithoutMetadata());
LOGGER.debug("Chest NBT data:" + helper.getBlockEntity(chestPos).saveWithoutMetadata());
helper.assertContainerContains(chestPos, Items.BEDROCK);
})
.thenSucceed());
Expand Down

0 comments on commit aff0d68

Please sign in to comment.