Add Determine "CANCELLED" to player breaks item event (commit: 74c2f0b)
Fix an item stealing glitch, fixes #579Without this, a player's inventory crafting box allowed dItem recipeusage when it shouldn't... you can get dItems from entirely emptycrafting boxes... see #579 for a clearer explanation of the issue. (commit: c03da0e)
Limit durability in Break Item Event cancellingWithout this, durability (usage count) just keeps rising until it throwsan error... this will keep it where it's supposed to be. (commit: ad3c037)