18 lines
450 B
JSON
18 lines
450 B
JSON
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"mainhand": {
|
|
"predicates": {
|
|
"minecraft:enchantments": [
|
|
{
|
|
"enchantment": "minecraft:unbreaking",
|
|
"levels": 2
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |