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

13 lines
264 B
JSON

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