Closed PieJasper closed 3 years ago
Spiders use a separate AISpiderTarget that extends EntityAINearestAttackableTarget. Overwriting it with a new EntityAINearestAttackableTarget causes them to attack even when they shouldn't.
AISpiderTarget
EntityAINearestAttackableTarget
Spiders use a separate
AISpiderTarget
that extendsEntityAINearestAttackableTarget
. Overwriting it with a newEntityAINearestAttackableTarget
causes them to attack even when they shouldn't.