Fixed a bug where a player uses all the durability on a hoe and the item does not break.
This was caused because I thought Minecraft would do it automatically. Oops.
Fix simply checks if the new durability is < 0, if so, removes the item and plays the break sound effect
