1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-22 14:46:10 +00:00
bedrock-samples/metadata/json_schemas/Animation v1.20.50.json
Mike Ammerlaan 43ca2795c2 v1.21.60.10
2025-02-11 09:25:02 -08:00

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"
]
}