geforkt von Mirrors/Paper
df69ea8814
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. |
||
---|---|---|
.. | ||
CraftBlock.java | ||
CraftBlockState.java | ||
CraftBrewingStand.java | ||
CraftChest.java | ||
CraftCreatureSpawner.java | ||
CraftDispenser.java | ||
CraftFurnace.java | ||
CraftJukebox.java | ||
CraftNoteBlock.java | ||
CraftSign.java |