Harvester blacklist on held item both matches and does not match.
therealpygon opened this issue ยท 2 comments
I think there are a couple logic issues in the HeldItemMatcher checkAsBlacklist() code.
I believe the issues are:
Should continue if not matched (L251), rather than matched(L243).
Should return false if not tags because item matched blacklist.