Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/hover_control.json

13 lines
196 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Hover Control",
"description": "The control that will be hovered.",
"anyOf": [
{
"enum": ["hover"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}