Update to Minecraft 1.13.1

This commit is contained in:
md_5
2018-08-26 12:00:00 +10:00
parent 162bda93ff
commit ce1af0c348
182 changed files with 1891 additions and 1879 deletions

View File

@@ -1,16 +1,16 @@
--- a/net/minecraft/server/EntityTurtle.java
+++ b/net/minecraft/server/EntityTurtle.java
@@ -231,7 +231,9 @@
@@ -232,7 +232,9 @@
protected void l() {
super.l();
+ this.forceDrops = true; // CraftBukkit
this.a((IMaterial) Items.SCUTE, 1);
+ this.forceDrops = false; // CraftBukkit
}
if (this.world.getGameRules().getBoolean("doMobLoot")) {
+ this.forceDrops = true; // CraftBukkit
this.a((IMaterial) Items.SCUTE, 1);
+ this.forceDrops = false; // CraftBukkit
}
public void a(float f, float f1, float f2) {
@@ -260,7 +262,9 @@
}
@@ -263,7 +265,9 @@
}
public void onLightningStrike(EntityLightning entitylightning) {
@@ -20,7 +20,7 @@
}
public void die(DamageSource damagesource) {
@@ -438,8 +442,12 @@
@@ -441,8 +445,12 @@
} else if (this.f.bK > 200) {
World world = this.f.world;
@@ -32,4 +32,4 @@
+ // CraftBukkit end
this.f.s(false);
this.f.t(false);
this.f.e(600);
this.f.d(600);