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

46 lines
1.4 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3626316911",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"4261454478": {
"title": "CreatePhotoPacketPayload",
"type": "object",
"properties": {
"Photo Item Name": {
"type": "string",
"x-ordinal-index": 2
},
"Photo Name": {
"type": "string",
"x-ordinal-index": 1
},
"Raw ID": {
"type": "integer",
"x-underlying-type": "uint64",
"x-ordinal-index": 0
}
},
"required": [
"Photo Item Name",
"Photo Name",
"Raw ID"
]
}
},
"title": "CreatePhotoPacket",
"description": "Players now have the possibility to export photos from their portfolios into photo items in their inventory. EDU.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/4261454478",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 171,
"[cereal:packet_details]": ""
}
}