← Back to Index

ResourcePackStackPacket (7)

Resource Pack Stack
Sent to client in response to ResourcePackClientResponsePacket with info on current resource pack stack.
Field Name Type Field Index Description
Texture Pack Required (Required) boolean 0
Texture Pack List (Required) array<PackInstanceId> 1 List of texture pack IDs and versions for the resource pack stack

PackInstanceId (Array Item)

Field Name Type Field Index Description
Pack ID (Required) string 0 UUID of the pack
Version (Required) string 1 SemVer version of the pack
Sub Pack Name (Required) string 2
Base Game Version (Required) string 2 For clients to be able to set their stack to the right version
Experiments (Required) Experiments 3 Active and always-on experiment toggles

Experiments

Field Name Type Field Index Description
Toggles (Required) array<ExperimentToggle> 0 Active experiment toggles followed by always-on toggles

ExperimentToggle (['No size compression']) (Array Item)

Field Name Type Field Index Description
Name (Required) string 0
Enabled (Required) boolean 1
ExperimentsEverToggled (Required) boolean 1 Whether any experiments have ever been toggled in this world
Include Editor Packs (Required) boolean 4 When connecting to an Editor world, include the vanilla editor packs in the stack