Buff gold tools and armor

Spiritual port of old behaviour (moved to go between iron and diamond)
Tool tier level increase coming later
(should be a simple tag modification)
This commit is contained in:
Sergeant Acoustic 2026-01-23 01:37:35 +00:00
parent 9a76688a38
commit 109918eea5
6 changed files with 73 additions and 2 deletions

View file

@ -0,0 +1,15 @@
{
"targets": [
"minecraft:golden_boots"
],
"components": {
"max_damage": 275,
"attribute_modifiers": [{
"type": "generic.armor",
"slot": "feet",
"id": "golden_boots",
"amount": 2,
"operation": "add_value"
}]
}
}

View file

@ -0,0 +1,15 @@
{
"targets": [
"minecraft:golden_chestplate"
],
"components": {
"max_damage": 350,
"attribute_modifiers": [{
"type": "generic.armor",
"slot": "chest",
"id": "golden_chestplate",
"amount": 7,
"operation": "add_value"
}]
}
}

View file

@ -0,0 +1,15 @@
{
"targets": [
"minecraft:golden_helmet"
],
"components": {
"max_damage": 245,
"attribute_modifiers": [{
"type": "generic.armor",
"slot": "head",
"id": "golden_helmet",
"amount": 2,
"operation": "add_value"
}]
}
}

View file

@ -0,0 +1,15 @@
{
"targets": [
"minecraft:golden_leggings"
],
"components": {
"max_damage": 335,
"attribute_modifiers": [{
"type": "generic.armor",
"slot": "legs",
"id": "golden_leggings",
"amount": 6,
"operation": "add_value"
}]
}
}

View file

@ -0,0 +1,12 @@
{
"targets": [
"minecraft:golden_sword",
"minecraft:golden_shovel",
"minecraft:golden_pickaxe",
"minecraft:golden_axe",
"minecraft:golden_hoe"
],
"components": {
"minecraft:max_damage": 510
}
}

View file

@ -23,8 +23,7 @@
{"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false}, {"blocks": "#minecraft:incorrect_for_gold_tool", "correct_for_drops": false},
{"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true} {"blocks": "#mineable/axe", "speed": 8.0, "correct_for_drops": true}
] ]
}, }
"max_damage": 912
} }
} }
} }