[1.21.1] Breaker and Vertical Miner appear unable to break blocks.
MuteTiefling opened this issue · 5 comments
The issue lied in the isCorrectToolForDrops
check... since the fake player of the Breaker doesn't have a tool it could only break stuff like dirt.
The vertical digger didn't have a tool either, it was checking if the block it's breaking was able to break the block 🤔
This is working pretty well, I did notice it doesn't appear to want to mine dirt though.
Like, it dug or a huge area underground but left dirt Blobs wherever it found them
Well, this comment doesn't exactly inspire confidence about the breaker working correctly: //TODO might double check this is right mikey