# Slots can be separated by commas
"0,1,2,3": item...
# You can use a dash to represent a range of slots
"0-10": item...
Specialised Slots
# Slots at the top of the inventory
"top": item...
# Slots at the bottom of the inventory
"bottom": item...
# All slots on these rows of the inventory
"row0,row1,row2": item...
# The center of row 0
"center0": item...