mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 21:56:13 +00:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3246981949",
|
|
"title": "minecraft:use_animation v1.20.50",
|
|
"description": "Use_animation specifies which animation is played when the player uses the item.",
|
|
"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",
|
|
"description": "Specifies which animation to play when the the item is used.",
|
|
"type": "string",
|
|
"enum": [
|
|
"block",
|
|
"bow",
|
|
"brush",
|
|
"camera",
|
|
"crossbow",
|
|
"drink",
|
|
"eat",
|
|
"none",
|
|
"spear",
|
|
"spyglass"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50"
|
|
}
|
|
} |