1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-11-06 18:15:13 +00:00
Files
bedrock-protocol-docs/json/ResourcePackChunkRequestPacket.json

41 lines
1.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3722660954",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"2255621163": {
"title": "struct ResourcePackChunkRequestPacketPayload",
"type": "object",
"properties": {
"Chunk": {
"type": "integer",
"x-underlying-type": "uint32",
"x-ordinal-index": 1
},
"Resource Name": {
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Chunk",
"Resource Name"
]
}
},
"title": "ResourcePackChunkRequestPacket",
"description": "Resource Pack Chunk Request",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/2255621163",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 84,
"[cereal:packet_details]": ""
}
}