Test fix for "Detected setBlock in a far chunk"

This commit is contained in:
paulevsGitch 2021-07-08 13:27:47 +03:00
parent e9e39f7152
commit dbfaa09b5b
4 changed files with 35 additions and 5 deletions

View file

@ -139,7 +139,6 @@ public class PedestalBlockEntity extends BlockEntity implements Container, Block
if (blockEntity.age > blockEntity.maxAge) {
blockEntity.age = 0;
}
System.out.println(blockEntity.age);
}
}
}