Hello all.
I'm trying to find a way to tell if the player broke a block client-side - any block at all.
I've tried using BlockEvents.BreakEvent but that appears to be server-side only... (isRemote only returns false, never true)
It's for rendering stuff, so I real...