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

6 lines
153 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "From",
"description": "The starting point of the animation.",
"anyOf": [{ "type": "number" }, { "$ref": "../../general/vec2.json" }]
}