Hello, i want to make a item that when you shift-right-click a block that implements IWrenchable, it breaks the block, much like the IC2 wrench does with it machines. I have this code in my item class:
With that code it will spawn items in the world, but you can't pick them up, and it doesn't break the block. Instead, it's turning invisible. I have used the breakBlock method, but that doesn't work at all.