Update to Minecraft 1.11

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-11-17 12:41:03 +11:00
parent 49bc1c57f9
commit 4e412ab4e3
279 changed files with 3722 additions and 2992 deletions

View File

@@ -14,8 +14,8 @@
public int a;
@@ -34,6 +40,7 @@
public void m() {
super.m();
public void A_() {
super.A_();
+ EntityHuman prevTarget = this.targetPlayer;// CraftBukkit - store old target
if (this.c > 0) {
--this.c;
@@ -45,8 +45,8 @@
+ // CraftBukkit end
}
this.move(this.motX, this.motY, this.motZ);
@@ -154,7 +173,7 @@
this.move(EnumMoveType.SELF, this.motX, this.motY, this.motZ);
@@ -153,7 +172,7 @@
}
if (this.value > 0) {
@@ -55,7 +55,7 @@
}
this.die();
@@ -176,6 +195,24 @@
@@ -175,6 +194,24 @@
}
public static int getOrbValue(int i) {