Mark Rapson b4b08bc662
Some checks failed
Draft Release / deploy-prod (push) Failing after 17s
Uniform Tab Size
2025-05-17 01:49:32 +01:00

17 lines
390 B
JSON

{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"predicates": {
"minecraft:custom_data": {
"lzstools": [
"wrench"
]
}
}
}
}
}
}