1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 06:35:12 +00:00
Files
bedrock-protocol-docs/json/enum_PackType.json

20 lines
455 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "878241081",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"title": "enum PackType",
"type": "string",
"enum": [
"Invalid",
"Addon",
"Cached",
"CopyProtected",
"Behavior",
"PersonaPiece",
"Resources",
"Skins",
"WorldTemplate"
]
}