Activator does not attack villagers and wandering traders.
jebjordan opened this issue ยท 7 comments
Minecraft Version
1.16.5
Forge Version
36.2.0
Mod Version
modular-routers-1.16.5-7.5.1-69
Describe your problem, including steps to reproduce it
The activator module when in attack entity mode will not attack wandering traders or villagers.
I assume this is somehow a byproduct of the entity right-click blacklist that was introduced. It shouldnt be blocking attacking them though.
If you could, please fix this behaviour. I expect it to attack any entity within range, as it is configured to do so.
Steps not exactly necessary but here:
- place down router,
- put in an activator module
- set it to attack entity mode.
- spawn a villager or trader.
- Expecting them to get hit by your sword or whatever you put in the router? nah, they're fine.
Any other comments?
Another side note, from what I can tell there is currently no way to filter what entities get attacked by the module in the attack mode.
Yes, you're right - the same blacklist is actually used, though it probably shouldn't be for attacking.
What I'll do is add a second configurable blacklist - "activatorEntityAttackBlacklist" - to be used for attacking. The existing "activatorEntityBlacklist" will only be for right-clicking entities.
Thanks. I assume this second blacklist will be empty then. Alrighty then.
Thanks for the reply and have a great day!
Just a quick question, how long before the next update is released? It's been 2 months so just wondering. @desht
Thanks in advance!