GlowstoneMC / Glowstone-Legacy

An open-source server for the Bukkit Minecraft modding interface
Other
363 stars 121 forks source link

Blocks with hardness set to 0 never really break, and doesn't drop. #384

Open jimmikaelkael opened 10 years ago

jimmikaelkael commented 10 years ago

All blocks with a value of 0 as Hardness never breaks on the server, it breaks on client side but not on server. As a result all drops never get dropped.

I can take a few examples:

turt2live commented 9 years ago

According to #629, DiggingHandler.handle doesn't call DiggingMessage.FINISH_DIGGING for these blocks.