Update to Minecraft 1.16.4

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-11-03 07:00:00 +11:00
parent 964cc7554a
commit 6450eb0ab7
34 changed files with 374 additions and 330 deletions

View File

@@ -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) {