mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 14:46:10 +00:00
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2808013842",
|
|
"title": "enum SharedTypes::Legacy::UseAnimation",
|
|
"type": "string",
|
|
"enum": [
|
|
"none",
|
|
"eat",
|
|
"drink",
|
|
"block",
|
|
"bow",
|
|
"camera",
|
|
"crossbow",
|
|
"spear",
|
|
"spyglass",
|
|
"brush"
|
|
]
|
|
} |