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

13 lines
225 B
JSON

{
"title": "Unchecked Hover Control",
"description": "The control that will be unchecked when hovered.",
"anyOf": [
{
"enum": ["unchecked"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}