Modular Routers

Modular Routers

33M Downloads

Terminate on process fail

Rodg88 opened this issue ยท 1 comments

commented

I'd like an option to terminate execution on fail, instead of just match.

I'm trying to make a single router mine a specific block above it, and if it does mine it, delete it, pick up a block form an inv below and place the new block in the world above. As it currently is, there's no way to terminate with an empty buffer (as far as I can tell), so each time it runs it picks up the block from the inv below, and I need to add a module to put it back. What I'd like is it to be able to terminate on a detector module fail. So I'd have a filtered block breaker module, then the detector module, void module, then pull/place.

So if the block above is broken, it can match the mined block with the detector and continue, otherwise terminate when the detector fails.

commented

Duplicate of #117

That's actually already done in-dev, and will be in the next release.