24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"minecraft:damageEnchantment": [
|
|
"minecraft:sharpness",
|
|
"minecraft:smite",
|
|
"minecraft:bane_of_arthropods",
|
|
"minecraft:density",
|
|
"minecraft:breach"
|
|
],
|
|
"minecraft:infinityEnchantment": [
|
|
"minecraft:infinity",
|
|
"minecraft:mending"
|
|
],
|
|
"minecraft:piercingEnchantment": [
|
|
"minecraft:piercing",
|
|
"minecraft:multishot"
|
|
],
|
|
"minecraft:protectionEnchantment": [
|
|
"minecraft:protection",
|
|
"minecraft:fire_protection",
|
|
"minecraft:blast_protection",
|
|
"minecraft:projectile_protection"
|
|
]
|
|
}
|