Update to Minecraft 1.9

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-03-01 08:32:46 +11:00
parent 2da480a9c8
commit 21d4bf5d1f
305 changed files with 6684 additions and 6105 deletions

View File

@@ -1,15 +1,15 @@
--- a/net/minecraft/server/PathfinderGoalHurtByTarget.java
+++ b/net/minecraft/server/PathfinderGoalHurtByTarget.java
@@ -23,7 +23,7 @@
@@ -24,7 +24,7 @@
}
public void c() {
- this.e.setGoalTarget(this.e.getLastDamager());
+ this.e.setGoalTarget(this.e.getLastDamager(), org.bukkit.event.entity.EntityTargetEvent.TargetReason.TARGET_ATTACKED_ENTITY, true); // CraftBukkit - reason
this.b = this.e.be();
if (this.a) {
double d0 = this.f();
@@ -58,6 +58,6 @@
this.g = this.e.getGoalTarget();
this.b = this.e.bH();
this.h = 300;
@@ -61,6 +61,6 @@
}
protected void a(EntityCreature entitycreature, EntityLiving entityliving) {