Allow Stacked Commands
rjbarber opened this issue ยท 2 comments
Allow Primary, Secondary, Tertiary commands that operate simultaneously and with some level of priority. Such as when pathing, Primary command would be goto xxxx yyyy, secondary command would be mine some_block, teriary command would be goto chest. The order of actions would be goto xxxx yyyy unless there is some_block in the vacinity (requires a WithinRange setting?) or if a chest is within range, goto chest. If no chest or block to mine within range, continue pathing.
duplicate of #186