mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-04 23:04:43 +00:00
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2808013842",
|
|
"x-format-version": "1.20.50",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "enum SharedTypes::Legacy::UseAnimation",
|
|
"type": "string",
|
|
"enum": [
|
|
"none",
|
|
"eat",
|
|
"drink",
|
|
"block",
|
|
"bow",
|
|
"camera",
|
|
"crossbow",
|
|
"spear",
|
|
"spyglass",
|
|
"brush"
|
|
]
|
|
} |