summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityWitch.java
Commit message (Collapse)AuthorAgeLines
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-176/+0
| | | | | | | | | | | | | | | | | | | 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.
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-12/+12
|
* [Bleeding] Fix witches dropping empty ItemStacks on death. Fixes BUKKIT-3554GJ2013-12-13-1/+3
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-23/+25
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-7/+7
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-14/+14
|
* Rework max health values. Fixes BUKKIT-4398Wesley Wolfe2013-07-02-1/+1
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-36/+35
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-20/+20
|
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-2/+2
|
* Implement entity max health methods. Adds BUKKIT-266feildmaster2012-12-23-1/+1
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-4/+4
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-13/+13
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+173