Mining without breaking blocks
PoloAC opened this issue ยท 6 comments
Hi
Is there an option to onlymine the targetted ore without breaking other blocks (#allowbreak false, undermines the #mine function) I need it for an special adventure mode mining server.
I think the only way to do this currently, is to add all other blocks to blocksToAvoidBreaking.
Even if you do that, most of the time they wil try to mine the blocks they needed to avoid.
Even if you do that, most of the time they wil try to mine the blocks they needed to avoid.
It still will if it can't find any other path to get there, however will minimize the amount that it tries to break.