
Suggestion: Add option to turn exclude list into include list
Goldenrevolver opened this issue ยท 0 comments
I wanted to use this mod only for chickens and rabbits, so instead of excluding every other mob that this mod supports, I simply removed the negation in the contains check in EscapeDangerGoalMixin.class and MobEntityMixin.class with a bytecode editor to turn the exclude list into an include list. I think people who can't code and byte edit might also appreciate such a feature (a simple invert config bool).