Skip to content

Commit

Permalink
Fix magma block staff damage
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 committed Jan 18, 2024
1 parent 4300a8b commit 38e83a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MagmaBlockHandler : StaffItemHandler() {
companion object {
private val ATTRIBUTE_MODIFIERS = ImmutableMultimap.of(
EntityAttributes.GENERIC_ATTACK_DAMAGE,
attackDamage(2.5),
attackDamage(5.0),
EntityAttributes.GENERIC_ATTACK_SPEED,
attackSpeed(2.0)
)
Expand Down

0 comments on commit 38e83a2

Please sign in to comment.