Files
minecraft_lzstools/data/lzstools_chisel/predicate/mainhand/iron.json
T
2025-05-21 21:26:09 +01:00

17 lines
396 B
JSON

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