Dust

Dust

12.9k Downloads

Compatability issue with buildcraft

Phizzhead opened this issue ยท 4 comments

commented

Buildcraft quarries do not produce a output when mining a dust ore block and the block is destroyed

commented

https://github.com/BuildCraft/BuildCraft/blob/8.0.x/common/buildcraft/lib/misc/BlockUtil.jav

An issue with how buildcraft quarries break blocks, will have to look into further to see how they do it and how we can add support for their break block method.

commented

https://github.com/Mowmaster/Dust/blob/1.12/src/main/java/com/mowmaster/dust/blocks/BlockCrystal.java#L255

All crystal ore/crystal clusters are broken by the destroyed by player method, may need to look into better options?

commented

Confirmed working with most auto-miners now

commented

Untested but this should fix it, 3688a7a