Update to Minecraft 1.8.3

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
CraftBukkit/Spigot
2015-02-26 22:41:06 +00:00
parent d789ce91d4
commit 85be409b13
347 changed files with 5027 additions and 5465 deletions

View File

@@ -1,12 +1,12 @@
--- ../work/decompile-8eb82bde//net/minecraft/server/PathfinderGoalHurtByTarget.java 2015-02-12 14:16:35.901294972 +0000
+++ src/main/java/net/minecraft/server/PathfinderGoalHurtByTarget.java 2015-02-12 14:16:35.901294972 +0000
--- /home/matt/mc-dev-private//net/minecraft/server/PathfinderGoalHurtByTarget.java 2015-02-26 22:40:22.947608135 +0000
+++ src/main/java/net/minecraft/server/PathfinderGoalHurtByTarget.java 2015-02-26 22:40:22.947608135 +0000
@@ -23,7 +23,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.bd();
this.b = this.e.be();
if (this.a) {
double d0 = this.f();
@@ -58,6 +58,6 @@