Packet 6
ResourcePacksInfoPacket
Resource Packs Info
Sends resource pack information to the client including pack IDs, versions, sizes, and content keys.
HeaderID 6varuint
0Resource Pack Requiredboolean · 1 byte
1Has Addon Packsboolean · 1 byte
2Has Scriptsboolean · 1 byte
3Force Disable Vibrant Visualsboolean · 1 byte
4World Template Id And VersionPackIdVersion · variable
5Resource Packsarray<PackInfoData> · variable
Serialized fields
6 top-level fields- 0Resource Pack RequiredWhether the client must apply the server's resource packs to join.
boolean - 1Has Addon PacksWhether any of the resource packs are add-on packs.
boolean - 2Has ScriptsWhether any of the resource packs contain client scripts.
boolean - 3Force Disable Vibrant VisualsForces Vibrant Visuals (deferred rendering) off for this session.
boolean 4World Template Id And VersionUUID and version of the world template this world is based on, if any.PackIdVersion
1Pack VersionThe pack's semantic version.SemVersion
- 0VersionSemantic version string (e.g. "1.2.3").
string
5Resource PacksThe resource packs the client needs for this world.PackInfoDataas
array<PackInfoData>0Pack Id VersionThe pack's UUID and semantic version.PackIdVersion
1Pack VersionThe pack's semantic version.SemVersion
- 0VersionSemantic version string (e.g. "1.2.3").
string
- 1Pack SizeSize of the pack in bytes.
uint64 - 2Content KeyDecryption key for the pack's encrypted content.
string - 3Subpack NameName of the selected subpack, if any.
string 4Content IdentityMarketplace content identity for the pack.ContentIdentity
- 0IdentityMarketplace content identity string.
string
- 5Has ScriptsWhether this pack contains client scripts.
boolean - 6Is Addon PackWhether this pack is an add-on pack.
boolean - 7Is Ray Tracing CapableWhether this pack provides ray-tracing assets.
boolean - 8CDN URLOptional CDN URL the client may download the pack from.
string
Changelog
Stable releases
Changes between stable protocol releases.
No stable release changes are recorded for this packet.
All builds
Changes between consecutive stable releases and preview builds.
No changes are recorded for this packet.