Packet 145
CreativeContentPacket
Creative Content
Sent once by the server on startup to tell clients all of the items that can show up in the creative menu and recipe book.
HeaderID 145varuint
0Groupsarray<CreativeGroupInfoPayload> · variable
1Entriesarray<CreativeItemEntryPayload> · variable
Serialized fields
2 top-level fields0GroupsCollection of all groups with and without names. Groups with names show up in the Creative Inventory/Recipe Book with a collapsible icon.CreativeGroupInfoPayloadas
array<CreativeGroupInfoPayload>0Creative CategoryCreative Category that the group belongs to. Valid values are 1 through 5.Enum-as-Value
uint8- 1
Construction - 2
Nature - 3
Equipment - 4
Items - 5
ItemCommandOnly
- 1
- 1NameLocalized name. Leave empty for an anonymous group (group that doesn't collapse).
string - 2Group Icon ItemLeave empty if there is no name for this group.NetworkItemInstanceDescriptor
1EntriesCollection of all creative item entries.CreativeItemEntryPayloadas
array<CreativeItemEntryPayload>0Creative Net IdCreativeItemNetId
- 0IDCreative Item Net Id (32 bit signed)Compression
varuint32
- 1Item InstanceNetworkItemInstanceDescriptor
- 2Group IndexZero-based index into the Groups list above, identifying which group this item belongs to. The reserved sentinel value 0xFFFFFFFF (uint32 max, CreativeItemRegistry::INVALID_INDEX) indicates the item has no group and should appear ungrouped in the creative inventory.Compression
varuint32
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.
- Released
- Protocol
- 2207
- Previous build
- 1.26.51
Packet
1 entryChanged 1
- Changed supporting type
CreativeGroupInfoPayload: ChangedCreative Categoryenum valueConstructionfrom0to1. - Changed supporting type
CreativeGroupInfoPayload: ChangedCreative Categoryenum valueNaturefrom1to2. - Changed supporting type
CreativeGroupInfoPayload: ChangedCreative Categoryenum valueEquipmentfrom2to3. - Changed supporting type
CreativeGroupInfoPayload: ChangedCreative Categoryenum valueItemsfrom3to4. - Changed supporting type
CreativeGroupInfoPayload: ChangedCreative Categoryenum valueItemCommandOnlyfrom4to5.