diff --git a/overrides/global_packs/mc_rebalance_datapack/data/c/tags/item/tools.json b/overrides/global_packs/mc_rebalance_datapack/data/c/tags/item/tools.json new file mode 100644 index 0000000..96b1046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/c/tags/item/tools.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#mc_rebalance:paxels" + ] +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/defaulted/default_component_patches/paxel/netherite.json b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/defaulted/default_component_patches/paxel/netherite.json index 401bfc1..3cc28dd 100644 --- a/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/defaulted/default_component_patches/paxel/netherite.json +++ b/overrides/global_packs/mc_rebalance_datapack/data/mc_rebalance/defaulted/default_component_patches/paxel/netherite.json @@ -17,7 +17,7 @@ "type": "generic.attack_damage", "slot": "mainhand", "id": "base_attack_damage", - "amount": 4.5, + "amount": 5.5, "operation": "add_value" }, { @@ -30,6 +30,7 @@ ], "minecraft:max_stack_size": 1, "minecraft:damage": 0, - "minecraft:max_damage": 2031 + "minecraft:max_damage": 2031, + "minecraft:fire_resistant": {} } } diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/breaks_decorated_pots.json b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/breaks_decorated_pots.json new file mode 100644 index 0000000..96b1046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/breaks_decorated_pots.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#mc_rebalance:paxels" + ] +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/durability.json b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/durability.json new file mode 100644 index 0000000..96b1046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/durability.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#mc_rebalance:paxels" + ] +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/mining.json b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/mining.json new file mode 100644 index 0000000..96b1046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/mining.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#mc_rebalance:paxels" + ] +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/mining_loot.json b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/mining_loot.json new file mode 100644 index 0000000..96b1046 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/tags/item/enchantable/mining_loot.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#mc_rebalance:paxels" + ] +}