diff --git a/nms-patches/EntityArmorStand.patch b/nms-patches/EntityArmorStand.patch index d1e402d4dd..342ef38a02 100644 --- a/nms-patches/EntityArmorStand.patch +++ b/nms-patches/EntityArmorStand.patch @@ -139,8 +139,17 @@ } -@@ -602,6 +639,7 @@ +@@ -600,8 +637,16 @@ + return this.isSmall(); + } ++ // CraftBukkit start ++ @Override ++ protected boolean isDropExperience() { ++ return true; // MC-157395, SPIGOT-5193 even baby (small) armor stands should drop ++ } ++ // CraftBukkit end ++ @Override public void killEntity() { + org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDeathEvent(this, drops); // CraftBukkit - call event