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

13 lines
239 B
JSON

{
"title": "Clip Direction",
"description": "The direction that the element will be clipped in.",
"anyOf": [
{
"enum": ["left", "right", "top", "bottom"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}