Modify gold tool attack damage/speed values

This commit is contained in:
Sergeant Acoustic 2026-01-24 03:01:52 +00:00
parent c4e8399b5b
commit 5698498e49
6 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"targets": [
"minecraft:golden_axe"
],
"components": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 8,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3.0999999046325684,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"targets": [
"minecraft:golden_hoe"
],
"components": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 0,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -1,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"targets": [
"minecraft:golden_pickaxe"
],
"components": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 3,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -2.799999952316284,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"targets": [
"minecraft:golden_shovel"
],
"components": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 3.5,
"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 @@
{
"targets": [
"minecraft:golden_sword"
],
"components": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 5.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -2.4000000953674316,
"operation": "add_value",
"slot": "mainhand"
}
]
}
}