Add exclusive_set to final enchantments

This commit is contained in:
Sergeant Acoustic 2026-03-14 00:00:22 +00:00
parent 3ff2378674
commit abf8e3fcfe

View file

@ -80,6 +80,8 @@
"enchantment/blast_protection.json", "enchantment/blast_protection.json",
"enchantment/fire_protection.json", "enchantment/fire_protection.json",
"enchantment/fortune.json", "enchantment/fortune.json",
"enchantment/infinity.json",
"enchantment/knockback.json",
"enchantment/loyalty.json", "enchantment/loyalty.json",
"enchantment/lure.json", "enchantment/lure.json",
"enchantment/projectile_protection.json", "enchantment/projectile_protection.json",
@ -93,20 +95,27 @@
"targets": [{ "targets": [{
"namespace": ["minecraft"], "namespace": ["minecraft"],
"path": [ "path": [
"enchantment/bane_of_arthropods.json",
"enchantment/breach.json", "enchantment/breach.json",
"enchantment/channeling.json", "enchantment/channeling.json",
"enchantment/density.json", "enchantment/density.json",
"enchantment/depth_strider.json",
"enchantment/efficiency.json", "enchantment/efficiency.json",
"enchantment/fire_aspect.json", "enchantment/fire_aspect.json",
"enchantment/flame.json", "enchantment/flame.json",
"enchantment/impaling.json",
"enchantment/looting.json", "enchantment/looting.json",
"enchantment/luck_of_the_sea.json", "enchantment/luck_of_the_sea.json",
"enchantment/lunge.json", "enchantment/lunge.json",
"enchantment/multishot.json", "enchantment/multishot.json",
"enchantment/piercing.json", "enchantment/piercing.json",
"enchantment/power.json",
"enchantment/punch.json",
"enchantment/quick_charge.json", "enchantment/quick_charge.json",
"enchantment/respiration.json", "enchantment/respiration.json",
"enchantment/riptide.json", "enchantment/riptide.json",
"enchantment/smite.json",
"enchantment/soul_speed.json",
"enchantment/sweeping_edge.json", "enchantment/sweeping_edge.json",
"enchantment/swift_sneak.json", "enchantment/swift_sneak.json",
"enchantment/wind_burst.json" "enchantment/wind_burst.json"