glektarssza / minecraft-expanded-gamerules

A Minecraft mod that adds a bunch of new gamerules for easier customization.
https://modrinth.com/mod/expanded-gamerules
MIT License
2 stars 1 forks source link

[Bug] Apotheosis Bosses can still attack in certain conditions #33

Closed glektarssza closed 7 months ago

glektarssza commented 7 months ago

Under the following conditions, Apotheosis bosses can still attack the player:

This is because these three conditions call setTarget directly without checking canAttack.

The intended fix is to override setTarget as well to return immediately without setting the target if the disableTargetingPlayers gamerule is set.