Skip to content

Commit

Permalink
lester buff
Browse files Browse the repository at this point in the history
  • Loading branch information
warior456 committed Feb 10, 2024
1 parent d298a74 commit 20e4804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static DefaultAttributeContainer.Builder createLesterAttributes() {
.add(EntityAttributes.GENERIC_MAX_HEALTH, 15)
.add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 0.2f)
.add(EntityAttributes.GENERIC_ARMOR, 0.5f)
.add(EntityAttributes.GENERIC_ATTACK_DAMAGE, 1.5f);
.add(EntityAttributes.GENERIC_ATTACK_DAMAGE, 5f);
}


Expand Down

0 comments on commit 20e4804

Please sign in to comment.