mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 21:45:34 +00:00
25 lines
793 B
JSON
25 lines
793 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2368123512",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"386514439": {
|
|
"title": "ServerSettingsRequestPacketPayload"
|
|
}
|
|
},
|
|
"title": "ServerSettingsRequestPacket",
|
|
"description": "Sent during the initialization of world settings on the client.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/386514439",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 102,
|
|
"[cereal:packet_details]": "It is also an empty packet. There is no handler for this packet, should be removed."
|
|
}
|
|
} |