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

13 lines
213 B
JSON

{
"title": "Renderer",
"description": "The renderer that will be used by the element.",
"anyOf": [
{
"enum": ["ui_holo_cursor"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}