summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockSkull.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+1
|
* Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820Travis Watkins2012-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 Watkins2012-11-13-4/+12
|
* Drop skulls like every other block. Fixes BUKKIT-2678Travis Watkins2012-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 Watkins2012-10-27-0/+198