allow an "EXCEPT" condition for tools
Zarius opened this issue ยท 2 comments
eg. "-tool: [ANY_PICKAXE, ANY_AXE] EXCEPT [GOLD_PICKAXE, DIAMOND_AXE]" or just "-tool: ALL EXCEPT [blah]".
or
- tool: [ANY_PICKAXE, ANY_AXE]
except: [GOLD_PICKAXE, DIAMOND_AXE]