From 41cf73099688b42fbe60f0e9abaf0fa92a7a8877 Mon Sep 17 00:00:00 2001 From: Insane96 Date: Sun, 28 Aug 2022 12:37:44 +0200 Subject: [PATCH] Increased Wither's sight --- .../progressivebosses/module/wither/feature/AttackFeature.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {