Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820 | Travis Watkins | 2012-11-14 | -3/+16 |
| | | | | | | | | | Skulls need their tile entity in order to create an item correctly when broken unlike every other block. Instead of sprinkling special cases all over the code just override dropNaturally for skulls to read from their tile entity and make sure everything that wants to drop them calls this method before removing the block. There is only one case where this wasn't already true so we end up with much less special casing. | |||
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -4/+12 |
| | ||||
* | Drop skulls like every other block. Fixes BUKKIT-2678 | Travis Watkins | 2012-10-29 | -1/+4 |
| | | | | | Instead of having a special case for skulls just use the normal logic for breaking a block. This avoids issues when interacting with API. | |||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -0/+198 |