mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 15:55:09 +00:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2420797313",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2827995904": {
|
|
"title": "struct ResourcePackChunkDataPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Byte Offset": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint64",
|
|
"x-ordinal-index": 2
|
|
},
|
|
"Chunk Data": {
|
|
"type": "string",
|
|
"x-ordinal-index": 3
|
|
},
|
|
"Chunk ID": {
|
|
"type": "integer",
|
|
"x-underlying-type": "uint32",
|
|
"x-ordinal-index": 1
|
|
},
|
|
"Resource Name": {
|
|
"type": "string",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Byte Offset",
|
|
"Chunk Data",
|
|
"Chunk ID",
|
|
"Resource Name"
|
|
]
|
|
}
|
|
},
|
|
"title": "ResourcePackChunkDataPacket",
|
|
"description": "Resource Pack Chunk Data",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2827995904",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 83,
|
|
"[cereal:packet_details]": "(only one marked for uncompressed) realms resource pack download"
|
|
}
|
|
} |