Skip to content

Commit

Permalink
Increased follow range of Wither minions
Browse files Browse the repository at this point in the history
  • Loading branch information
Insane96 committed Aug 28, 2022
1 parent faf703e commit ed5a37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static AttributeSupplier.Builder prepareAttributes() {
return LivingEntity.createLivingAttributes()
.add(Attributes.ATTACK_DAMAGE, 3.0d)
.add(Attributes.MAX_HEALTH, 20.0d)
.add(Attributes.FOLLOW_RANGE, 40.0d)
.add(Attributes.FOLLOW_RANGE, 64.0d)
.add(Attributes.MOVEMENT_SPEED, 0.25d)
.add(Attributes.ATTACK_KNOCKBACK, 1.5d);
}
Expand Down

0 comments on commit ed5a37d

Please sign in to comment.