Custom Block Breaking Logic Breaks VeinMining Logic?
oitsjustjose opened this issue ยท 1 comments
Attempting to veinmine blocks like Platinum while the Osmium feature is enabled breaks the functionality of Veinimining tools somehow.
It's likely the following block:
setBlockState
should be replaced with destroyBlock
with the drops option set to false. Or just don't cancel the event but clear the drops somehow?