diff --git a/src/main/java/insane96mcp/progressivebosses/module/wither/feature/AttackFeature.java b/src/main/java/insane96mcp/progressivebosses/module/wither/feature/AttackFeature.java index d8f24193..b39b5df6 100644 --- a/src/main/java/insane96mcp/progressivebosses/module/wither/feature/AttackFeature.java +++ b/src/main/java/insane96mcp/progressivebosses/module/wither/feature/AttackFeature.java @@ -261,7 +261,7 @@ public void setWitherAI(Entity entity) { wither.goalSelector.addGoal(1, new WitherChargeAttackGoal(wither)); wither.goalSelector.addGoal(2, new WitherRangedAttackGoal(wither, this.attackInterval, 24.0f, this.bonusAttackSpeedWhenNear)); - MCUtils.applyModifier(wither, Attributes.FOLLOW_RANGE, UUID.randomUUID(), "Wither Sexy Glasses", 48d, AttributeModifier.Operation.ADDITION); + MCUtils.applyModifier(wither, Attributes.FOLLOW_RANGE, UUID.randomUUID(), "Wither Sexy Glasses", 56d, AttributeModifier.Operation.ADDITION); } public static class Consts {