GlowstoneMC / Glowstone-Legacy

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

Wrong implementation of GlowBlock#getDrops() and #breakNaturally() #620

Open Tonodus opened 9 years ago

Tonodus commented 9 years ago

In Glowstone's current implementation the methods mentioned above act like a player breaking the block with his hand.

For all blocks needing a special tool to mine...

Broken by an explosion...

So basically an explosion 'mines' blocks with the needed tool; the mentioned methods should act the same.