Port axe/sword attack damage changes

This commit is contained in:
Sergeant Acoustic 2026-03-21 20:25:15 +00:00
parent 0f3d4b8b3f
commit 052306bd21
19 changed files with 94 additions and 2 deletions

View file

@ -0,0 +1,23 @@
{
"items": [
"minecraft:diamond_axe"
],
"patch": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 11,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"items": [
"minecraft:diamond_sword"
],
"patch": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 7,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -2.4000000953674316,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}

View file

@ -14,7 +14,7 @@
"type": "generic.attack_damage", "type": "generic.attack_damage",
"slot": "mainhand", "slot": "mainhand",
"id": "base_attack_damage", "id": "base_attack_damage",
"amount": 8, "amount": 9,
"operation": "add_value" "operation": "add_value"
}, },
{ {

View file

@ -8,7 +8,7 @@
"type": "generic.attack_damage", "type": "generic.attack_damage",
"slot": "mainhand", "slot": "mainhand",
"id": "base_attack_damage", "id": "base_attack_damage",
"amount": 5.5, "amount": 6,
"operation": "add_value" "operation": "add_value"
}, },
{ {

View file

@ -0,0 +1,23 @@
{
"items": [
"minecraft:netherite_axe"
],
"patch": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 14,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"items": [
"minecraft:netherite_sword"
],
"patch": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 9,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -2.4000000953674316,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}