BuildCraft|Core

BuildCraft|Core

7M Downloads

Robots try to mine unmineable (protected) blocks forever

asiekierka opened this issue ยท 4 comments

commented
commented

has this been fixed? if not probably should be moved to 8.0

commented

It hasn't, it can be implemented by checking here if ai.success() is false to detect when robots fail to break blocks.

commented

@hea3ven - anything on that? (Example: spawn-protection)

commented

I'll look into it, the robots that deal with items have a blacklist of unreachable items, maybe something similar.