21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"offhand": {
|
|
"predicates": {
|
|
"minecraft:enchantments": [
|
|
{
|
|
"enchantment": "minecraft:unbreaking",
|
|
"levels": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |