oitsjustjose / Geolosys

A logical, geological system in Minecraft
GNU General Public License v3.0
43 stars 36 forks source link

Custom Block Breaking Logic Breaks VeinMining Logic? #263

Closed oitsjustjose closed 3 years ago

oitsjustjose commented 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?

oitsjustjose commented 3 years ago

Fixed with Global Loot Modifiers (or it damn well better be??)