diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/axe.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/axe.json new file mode 100644 index 0000000..64d4af3 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/axe.json @@ -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" + } + ] + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/durability.json similarity index 100% rename from overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools.json rename to overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/durability.json diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/hoe.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/hoe.json new file mode 100644 index 0000000..94c29ec --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/hoe.json @@ -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" + } + ] + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/pickaxe.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/pickaxe.json new file mode 100644 index 0000000..67fe3b0 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/pickaxe.json @@ -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" + } + ] + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/shovel.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/shovel.json new file mode 100644 index 0000000..962f7cf --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/shovel.json @@ -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" + } + ] + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/sword.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/sword.json new file mode 100644 index 0000000..291fe44 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/item_components/gold/tools/sword.json @@ -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" + } + ] + } +}