From 97f00118550ef58724227b413543b3400cfbb95f Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 6 Mar 2016 11:30:03 +1100 Subject: [PATCH] SPIGOT-1764: Perform drops regardless of loot table --- nms-patches/EntityInsentient.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nms-patches/EntityInsentient.patch b/nms-patches/EntityInsentient.patch index 385bb3ce38..b5aa5945e9 100644 --- a/nms-patches/EntityInsentient.patch +++ b/nms-patches/EntityInsentient.patch @@ -108,6 +108,15 @@ NBTTagList nbttaglist; int i; +@@ -406,7 +464,7 @@ + } + + this.dropEquipment(flag, i); +- } else { ++ } { // CraftBukkit - remove else + super.a(flag, i, damagesource); + } + @@ -549,11 +607,11 @@ double d2 = entityhuman.locZ - this.locZ; double d3 = d0 * d0 + d1 * d1 + d2 * d2;