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

39 lines
1.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "315169571",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"3681370984": {
"title": "ChunkRadiusUpdatedPacketPayload",
"type": "object",
"properties": {
"Chunk Radius": {
"type": "integer",
"x-underlying-type": "int32",
"x-serialization-options": [
"Compression"
],
"x-ordinal-index": 0
}
},
"required": [
"Chunk Radius"
]
}
},
"title": "ChunkRadiusUpdatedPacket",
"description": "Sent when the world is loading. We don't know why it is sent four times. Defines the tick distance.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/3681370984",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 70,
"[cereal:packet_details]": ""
}
}