summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityInsentient.java
Commit message (Collapse)AuthorAgeLines
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-36/+4
| | | | | | | | | | | | | | | | | | | 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.
* [Bleeding] Include equipment in EntityDeathEvent loot. Fixes BUKKIT-5566GJ2014-04-29-3/+18
|
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-1/+1
|
* Fix issues with leashes and weather due to missed diffTravis Watkins2014-03-26-1/+1
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-58/+58
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-111/+119
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-33/+33
|
* Implement Leash API. Adds BUKKIT-4459, BUKKIT-4583T00thpick12013-08-03-1/+24
|
* Revert to 1.5 despawning behaviour for Ocelots and Wolves. Fixes BUKKIT-4449EvilSeph2013-08-02-6/+3
|
* Ocelots -> Ocelittle. Addresses BUKKIT-4449EvilSeph2013-07-09-3/+6
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-46/+44
|
* Fix Entity persistence. Fixes BUKKIT-4397Nate Mortensen2013-07-02-1/+1
| | | | Missed diff.
* Rework max health values. Fixes BUKKIT-4398Wesley Wolfe2013-07-02-5/+1
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-0/+884