Test fix for "Detected setBlock in a far chunk"
This commit is contained in:
parent
e9e39f7152
commit
dbfaa09b5b
4 changed files with 35 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue