Update to Minecraft 1.15.2

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-01-22 08:00:00 +11:00
parent 09a2fa4d96
commit 77b64e0c78
50 changed files with 293 additions and 421 deletions

View File

@@ -104,7 +104,7 @@
this.die();
this.a((Entity) null);
}
@@ -134,6 +170,22 @@
@@ -140,6 +176,22 @@
return false;
} else {
if (!this.dead && !this.world.isClientSide) {
@@ -127,7 +127,7 @@
this.die();
this.velocityChanged();
this.a(damagesource.getEntity());
@@ -146,6 +198,18 @@
@@ -152,6 +204,18 @@
@Override
public void move(EnumMoveType enummovetype, Vec3D vec3d) {
if (!this.world.isClientSide && !this.dead && vec3d.g() > 0.0D) {
@@ -146,7 +146,7 @@
this.die();
this.a((Entity) null);
}
@@ -154,7 +218,7 @@
@@ -160,7 +224,7 @@
@Override
public void h(double d0, double d1, double d2) {