diff options
author | Travis Watkins <amaranth@ubuntu.com> | 2014-05-26 02:17:53 -0500 |
---|---|---|
committer | Travis Watkins <amaranth@ubuntu.com> | 2014-05-26 18:42:47 -0500 |
commit | e080bafa58c52dc5debf1e6da5ba1c4b5f017795 (patch) | |
tree | 76fdcd6a850bf8751b8bdb87c486e6c059118419 /src/main/resources | |
parent | 4ab4fa5bb1d846560d77a34b4b47dcb187f84e5f (diff) | |
download | craftbukkit-e080bafa58c52dc5debf1e6da5ba1c4b5f017795.tar craftbukkit-e080bafa58c52dc5debf1e6da5ba1c4b5f017795.tar.gz craftbukkit-e080bafa58c52dc5debf1e6da5ba1c4b5f017795.tar.lz craftbukkit-e080bafa58c52dc5debf1e6da5ba1c4b5f017795.tar.xz craftbukkit-e080bafa58c52dc5debf1e6da5ba1c4b5f017795.zip |
Rework mob item dropping on death. Fixes BUKKIT-5625
After the changes in d611cff2 we started including a mob's equipment when
calling EntityDeathEvent so plugins can access this data. However, the
changes to enable this triggered a bug that makes skeletons and pig zombies
no longer drop equipment because they handle this differently than the rest.
On top of this we don't handle dropping equipment for mobs that cannot
pick up items in vanilla even though vanilla does drop equipment for them
if you summon them with it. We also do not include a horse's inventory
in the event so they drop their saddle, armor, chest, and chest contents
with no way for a plugin to control this.
To solve this issues we revert mob item dropping back to vanilla logic
and instead just capture all their drops in the method they all call to
spawn them into the world. We also move horse inventory dropping so it
happens at a time when we're capturing these drops. With these changes
all items mobs drop on death should now be included in the event and
we have less diff to worry about for future updates.
Diffstat (limited to 'src/main/resources')
0 files changed, 0 insertions, 0 deletions