Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/focus_navigation_mode_left.json
2023-10-24 19:49:51 +02:00

13 lines
268 B
JSON

{
"title": "Focus Navigation Mode Left",
"description": "The focus navigation mode that will be used when navigating left.",
"anyOf": [
{
"$ref": "../../general/navigation_mode.json"
},
{
"$ref": "../../general/item_ref.json"
}
]
}