Update to Minecraft 1.14.3-pre4

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-06-21 20:00:00 +10:00
parent 0297d9de8a
commit a8155d2399
109 changed files with 660 additions and 622 deletions

View File

@@ -1,16 +1,16 @@
--- a/net/minecraft/server/EntityTurtle.java
+++ b/net/minecraft/server/EntityTurtle.java
@@ -258,7 +258,9 @@
@@ -254,7 +254,9 @@
protected void l() {
super.l();
if (!this.isBaby() && this.world.getGameRules().getBoolean("doMobLoot")) {
if (!this.isBaby() && this.world.getGameRules().getBoolean(GameRules.DO_MOB_LOOT)) {
+ this.forceDrops = true; // CraftBukkit
this.a((IMaterial) Items.SCUTE, 1);
+ this.forceDrops = false; // CraftBukkit
}
}
@@ -285,7 +287,9 @@
@@ -281,7 +283,9 @@
@Override
public void onLightningStrike(EntityLightning entitylightning) {
@@ -20,8 +20,8 @@
}
static class g extends NavigationGuardian {
@@ -445,8 +449,12 @@
} else if (this.g.bH > 200) {
@@ -441,8 +445,12 @@
} else if (this.g.bG > 200) {
World world = this.g.world;
+ // CraftBukkit start
@@ -33,7 +33,7 @@
this.g.r(false);
this.g.s(false);
this.g.setLoveTicks(600);
@@ -532,7 +540,7 @@
@@ -528,7 +536,7 @@
--this.e;
return false;
} else {