FountainMC / FountainVanilla

FountainAPI implementation on NMS
MIT License
8 stars 2 forks source link

Cancelling BlockBreakEvent removes metadata #6

Closed phase closed 8 years ago

phase commented 8 years ago

If a block has metadata, cancelling a BlockBreakEvent will remove that data. (Ex: DragonHead -> Skeleton Skull)

I believe this is caused by the packet we are sending. We're sending a BlockChangePacket, which should have the metadata included with the id of the block.