1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-04 23:04:43 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

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