BuildCraft|Core

BuildCraft|Core

7M Downloads

quarry breaking blocks it shouldn't break (maybe blacklist)

AEnterprise opened this issue ยท 4 comments

commented

reported on the forums:
http://www.mod-buildcraft.com/forums/showthread.php?tid=1810&pid=17308#pid17308

quarry seems to break protected blocks, a blacklist would be an easy solution

commented

not sure, guy on the forum didn't specify that, didn't have time to test it myself

commented

It looks like it might be though, the quarry code hasn't changed by that much between versions (I'm going to try to add a way of automatically not breaking blocks that say they don't want to be broken.)

commented

Ok, I couldn't find a generic method to call to check if a block was protected (Although one might exist that I have missed), but I'm making a pull request now to implement a black list (That affects both the quarry and the mining well)

commented

Can I assume this affects both BC versions? (7.0.x and 7.1.x)