mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 06:35:12 +00:00
55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1677551807",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"definitions": {
|
|
"2450892594": {
|
|
"title": "UnlockedRecipesPacketPayload",
|
|
"type": "object",
|
|
"properties": {
|
|
"Packet Type": {
|
|
"title": "UnlockedRecipesPacketPayload::PacketType",
|
|
"type": "string",
|
|
"enum": [
|
|
"Empty",
|
|
"InitiallyUnlockedRecipes",
|
|
"NewlyUnlockedRecipes",
|
|
"RemoveUnlockedRecipes",
|
|
"RemoveAllUnlockedRecipes"
|
|
],
|
|
"x-underlying-type": "uint32",
|
|
"x-serialization-options": [
|
|
"EnumAsValue"
|
|
],
|
|
"x-ordinal-index": 0
|
|
},
|
|
"Unlocked Recipes List": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"x-ordinal-index": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"Packet Type",
|
|
"Unlocked Recipes List"
|
|
]
|
|
}
|
|
},
|
|
"title": "UnlockedRecipesPacket",
|
|
"description": "Sent from server to client, for all previously unlocked recipes on load and for any newly unlocked recipes during gameplay.",
|
|
"type": "object",
|
|
"properties": {
|
|
"mPayload": {
|
|
"$ref": "#/definitions/2450892594",
|
|
"x-ordinal-index": 0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"[cereal:packet]": 199,
|
|
"[cereal:packet_details]": ""
|
|
}
|
|
} |