Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/font_size.json
BrodBlox09 4e6f730320 Fill in some undocumented entries (#356)
* Add permutations description

* Adjust grammar

* Update description of "num_mip_levels"

* Update "atlas_tile" and "blend_frames" property

Some properties had completely incorrect titles as well, those were fixed in this commit too.

* Update JSON UI schema

* Update item schema

* Update terrain_texture schema

* Update animations schema

* Update go_home.json

* Update textures schemas
2025-06-25 20:35:53 +02:00

13 lines
216 B
JSON

{
"title": "Font Size",
"description": "The size of the font.",
"anyOf": [
{
"enum": [ "small", "normal", "large", "extra_large" ]
},
{
"$ref": "../../general/item_ref.json"
}
]
}