Skip to content

Commit

Permalink
Increased Wither's sight
Browse files Browse the repository at this point in the history
  • Loading branch information
Insane96 committed Aug 28, 2022
1 parent 155b008 commit 41cf730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 41cf730

Please sign in to comment.