mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3246981949",
|
|
"title": "minecraft:use_animation v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"title": "enum SharedTypes::Legacy::UseAnimation",
|
|
"type": "string",
|
|
"enum": [
|
|
"block",
|
|
"bow",
|
|
"brush",
|
|
"camera",
|
|
"crossbow",
|
|
"drink",
|
|
"eat",
|
|
"none",
|
|
"spear",
|
|
"spyglass"
|
|
]
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"title": "enum SharedTypes::Legacy::UseAnimation",
|
|
"type": "string",
|
|
"enum": [
|
|
"block",
|
|
"bow",
|
|
"brush",
|
|
"camera",
|
|
"crossbow",
|
|
"drink",
|
|
"eat",
|
|
"none",
|
|
"spear",
|
|
"spyglass"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
} |