@@ -296,7 +296,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -505,12 +694,25 @@
|
||||
@@ -509,12 +698,25 @@
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
@@ -322,7 +322,7 @@
|
||||
TileEntity tileentity = null;
|
||||
|
||||
if (this.tickingTileEntities) {
|
||||
@@ -545,6 +747,13 @@
|
||||
@@ -549,6 +751,13 @@
|
||||
public void setTileEntity(BlockPosition blockposition, @Nullable TileEntity tileentity) {
|
||||
if (!isOutsideWorld(blockposition)) {
|
||||
if (tileentity != null && !tileentity.isRemoved()) {
|
||||
@@ -336,7 +336,7 @@
|
||||
if (this.tickingTileEntities) {
|
||||
tileentity.setLocation(this, blockposition);
|
||||
Iterator iterator = this.tileEntityListPending.iterator();
|
||||
@@ -569,7 +778,7 @@
|
||||
@@ -573,7 +782,7 @@
|
||||
}
|
||||
|
||||
public void removeTileEntity(BlockPosition blockposition) {
|
||||
|
||||
Reference in New Issue
Block a user