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

@@ -135,7 +135,7 @@
+ if (valid) ((WorldServer) world).chunkCheck(this); // CraftBukkit
}
protected void ae() {
protected void af() {
@@ -249,6 +348,15 @@
this.entityBaseTick();
}
@@ -158,8 +158,8 @@
this.lastYaw = this.yaw;
- this.doPortalTick();
+ if (this instanceof EntityPlayer) this.doPortalTick(); // CraftBukkit - // Moved up to postTick
if (this.aN()) {
this.aO();
if (this.aO()) {
this.aP();
}
@@ -325,12 +433,44 @@
@@ -233,7 +233,7 @@
+ }
+ // CraftBukkit end
+
if (this.onGround && !this.bu()) {
if (this.onGround && !this.bv()) {
block.stepOn(this.world, blockposition, this);
}
@@ -700,6 +862,7 @@
@@ -430,7 +430,7 @@
}
@@ -1589,10 +1851,31 @@
this.be();
this.bf();
}
- protected void addPassenger(Entity entity) {
@@ -662,7 +662,7 @@
+ // CraftBukkit end
}
this.bM();
this.bN();
@@ -2012,13 +2398,18 @@
@Nullable