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

56 lines
1.7 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "742107478",
"x-format-version": "MISSING VERSION",
"x-minecraft-version": "1.21.120",
"x-protocol-version": 859,
"definitions": {
"4038690937": {
"title": "FeatureRegistryPacketPayload",
"type": "object",
"properties": {
"FeaturesDataList": {
"type": "array",
"items": {
"$ref": "#/definitions/3444301485"
},
"x-ordinal-index": 0
}
},
"required": [
"FeaturesDataList"
]
},
"3444301485": {
"title": "FeatureRegistry::FeatureBinaryJsonFormat",
"type": "object",
"properties": {
"Binary Json Output": {
"type": "string",
"x-ordinal-index": 1
},
"Feature Name": {
"type": "string",
"x-ordinal-index": 0
}
},
"required": [
"Binary Json Output",
"Feature Name"
]
}
},
"title": "FeatureRegistryPacket",
"description": "This is the packet that tracks the active feature registry data from the server so that client can place the features themselves.",
"type": "object",
"properties": {
"mPayload": {
"$ref": "#/definitions/4038690937",
"x-ordinal-index": 0
}
},
"$metaProperties": {
"[cereal:packet]": 191,
"[cereal:packet_details]": ""
}
}