Paper/src
Travis Watkins 216cddb2ab Get skull data before destroying block. Fixes BUKKIT-2723
Skull blocks store their type in a tile entity and use their block data
as rotation. When breaking a block the block data is used for determining
what item to drop. Simply changing this to use the skull method for getting
their drop data is not enough because their tile entity is already gone.
Therefore we have to special case skulls to get the correct data _and_ get
that data before breaking the block.
2012-10-29 12:54:16 -05:00
..
main Get skull data before destroying block. Fixes BUKKIT-2723 2012-10-29 12:54:16 -05:00
test/java/org/bukkit Update CraftBukkit to Minecraft 1.4(.2). 2012-10-27 22:19:03 -04:00