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

15 lines
219 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Alpha",
"description": "The alpha of the element.",
"anyOf": [
{
"$ref": "../../general/item_ref.json"
},
{
"type": "number",
"minimum": 0,
"maximum": 1
}
]
}