Files
hide_item_frame/data/hide_item_frames/predicate/is_sneaking.json

10 lines
138 B
JSON
Raw Normal View History

2025-10-04 13:20:19 -04:00
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_sneaking": true
}
}
}