2025-07-20 23:08:54 +08:00

28 lines
887 B
JSON

{
"enchantment.minecraft.damage": {
"allow": true,
"allowlist": [
"enchantment.minecraft.sharpness",
"enchantment.minecraft.smite",
"enchantment.minecraft.bane_of_arthropods"
]
},
"enchantment.minecraft.infinity": {
"allow": true,
"allowlist": ["enchantment.minecraft.infinity", "enchantment.minecraft.mending"]
},
"enchantment.minecraft.protection": {
"allow": true,
"allowlist": [
"enchantment.minecraft.protection",
"enchantment.minecraft.fire_protection",
"enchantment.minecraft.blast_protection",
"enchantment.minecraft.projectile_protection"
]
},
"enchantment.minecraft.piercing": {
"allow": true,
"allowlist": ["enchantment.minecraft.piercing", "enchantment.minecraft.multishot"]
}
}