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

13 lines
181 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Font Size",
"description": "The size of the font.",
"anyOf": [
{
"enum": ["normal"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}