mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-07 07:05:09 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "82818363",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"1626650026": {
|
|
"title": "JigsawStructureDataPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Jigsaw Structure Data Tag": {
|
|
"$ref": "#/definitions/4158325036",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"Jigsaw Structure Data Tag"
|
|
]
|
|
}
|
|
},
|
|
"title": "JigsawStructureDataPacket",
|
|
"description": "Jigsaw Structure data used by client jigsaw structure worldgen. This packet contains a copy of the behavior pack jigsaw structure rules.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/1626650026",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 313,
|
|
"[cereal:packet_details]": "Sends the serialized jigsaw rule JSON to the client as it's needed on both the client and server."
|
|
}
|
|
} |