17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"mainhand": {
|
|
"predicates": {
|
|
"minecraft:custom_data": {
|
|
"lzstools": [
|
|
"wrench"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |