Thelnfamous1 / Better-Mob-Combat

An add-on mod to Better Combat that allows it to work with (humanoid) mobs.
Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Mob accidentally attacked Mob #3

Closed INV-PLA closed 3 months ago

INV-PLA commented 3 months ago

For example, when a Zombified Piglin attacks a player and tries to attack them, it may harm its own kind and lead to mutual attacks. I am not sure if this was intentional or accidental, but I will treat it as erroneous feedback. If my feedback is intentional design, please let me know

Thelnfamous1 commented 3 months ago

This is technically intended design, since the only thing that the custom attacks check are whether or not any hit mobs are allied to the attacker. For example, Illagers will not accidentally hit each other with the custom attacks, since they are considered part of the same team in vanilla.

I can introduce a config option similar to the one Better Combat provides for players to fine-tune relations on a per-mob basis.

INV-PLA commented 3 months ago

Thank you for your reply

Thelnfamous1 commented 3 months ago

Fixed by 6b5b9e5. Be on the lookout for Better Mob Combat 1.2.0 which comes with brand new config options, and preset values for zombified piglins to not attack each other accidentally.