Skip to content

Creating Slot Groups

Slot Groups are mainly a cosmetic system meant to wrap certain slots in specific parts the body as a way to better order specific sets of slots and act as an easy method to quickly move to such specific slots within the Accessories Screen.

Data Pack Format

To create your own Slot group or adjust an existing group, you will need to need to make a new .json file at the following location, data/{replace_with_pack_namespace}/accessories/group/, that is named as the groups name. Below is a detailed example on the given format:

{
  "replace": false,
  "order": 120,
  "slots": [
    "charm"
  ],
  "icon": "accessories:gui/group/any"
}
Field Keys
Data Type Description
"order" Integer The order number to which the group will appear within the Accessories Screen with lower being placed first and higher numbers being placed last
"slots" String[] The slot names to which belong to the given Slot Group
"icon" String The resource location of the given slot icon in which is used to find the texture within the block atlas

Last update: 2024-12-26