We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794657d commit 882178cCopy full SHA for 882178c
src/app/components/ItemTooltip.tsx
@@ -265,7 +265,7 @@ function AttributeModifiersTooltip({ data }: { data: NbtTag | undefined }) {
265
const operation = MODIFIER_OPERATIONS.indexOf(e.getString('operation'))
266
let absolute = false
267
if (id.equals(Identifier.create('base_attack_damage'))) {
268
- amount += 2
+ amount += 1
269
absolute = true
270
} else if (id.equals(Identifier.create('base_attack_speed'))) {
271
amount += 4
0 commit comments