Closed oitsjustjose closed 3 years ago
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:
https://github.com/oitsjustjose/Geolosys/blob/b280e2f02a119a875c8e3727769ce672917698a8/src/main/java/com/oitsjustjose/geolosys/common/compat/CompatLoader.java#L33-L35
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?
setBlockState
destroyBlock
Fixed with Global Loot Modifiers (or it damn well better be??)
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:
https://github.com/oitsjustjose/Geolosys/blob/b280e2f02a119a875c8e3727769ce672917698a8/src/main/java/com/oitsjustjose/geolosys/common/compat/CompatLoader.java#L33-L35
setBlockState
should be replaced withdestroyBlock
with the drops option set to false. Or just don't cancel the event but clear the drops somehow?