Files
minecraft_lzstools/data/lzstools/predicate/trowel/mainhand.json
T
lzstealth a6dbc990bf
Draft Release / deploy-prod (push) Successful in 26s
Update compatibility for Minecraft 26.3
2026-09-19 01:23:36 +01:00

17 lines
386 B
JSON

{
"type": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"mainhand": {
"predicates": {
"minecraft:custom_data": {
"lzstools": [
"trowel"
]
}
}
}
}
}
}