Minecraft Inventory Slot 0
Slot.armor.feet: 0: Replace the feet armor item on a player, mob or armor stand: slot.armor.head: 0: Replace the head armor item on a player, mob or armor stand: slot.armor.legs: 0: Replace the leg armor item on a player, mob or armor stand: slot.chest: number: Replace an item in a chest (number between 0 and 53 to indicate the slot position in. Inventory sorter changelog history Version 17.0.0 for Minecraft 1.15.2. 17.0.0 Update to 1.15.2. 16.2.0 Fix player standalone inventory sorting and restore crafting table; 16.1.0 use the new setPacketHandled boolean return function, rather; 16.0.0 Add back the blacklisting commands, also config to persist blacklists; Fix the stupid bloody.
Main Menu |
---|
Inventory slots refer to a unique equipment or bag slot.
- For equipment, slot names are resolved to a slot id constant with GetInventorySlotInfo(). This gives Blizzard more flexibility to change slot ids.
- InventorySlotName also doubles as a GlobalString
Equipment
Example: prints the InventorySlotId for an InventorySlotName, and the related globalstring and constant.
InvSlotName GlobalString (enUS) | InvSlotId | Constant | |
---|---|---|---|
AMMOSLOT | Ammo | 0 | INVSLOT_AMMO |
HEADSLOT | Head | 1 | INVSLOT_HEAD |
NECKSLOT | Neck | 2 | INVSLOT_NECK |
SHOULDERSLOT | Shoulders | 3 | INVSLOT_SHOULDER |
SHIRTSLOT | Shirt | 4 | INVSLOT_BODY |
CHESTSLOT | Chest | 5 | INVSLOT_CHEST |
WAISTSLOT | Waist | 6 | INVSLOT_WAIST |
LEGSSLOT | Legs | 7 | INVSLOT_LEGS |
FEETSLOT | Feet | 8 | INVSLOT_FEET |
WRISTSLOT | Wrist | 9 | INVSLOT_WRIST |
HANDSSLOT | Hands | 10 | INVSLOT_HAND |
FINGER0SLOT | Finger | 11 | INVSLOT_FINGER1 |
FINGER1SLOT | Finger | 12 | INVSLOT_FINGER2 |
TRINKET0SLOT | Trinket | 13 | INVSLOT_TRINKET1 |
TRINKET1SLOT | Trinket | 14 | INVSLOT_TRINKET2 |
BACKSLOT | Back | 15 | INVSLOT_BACK |
MAINHANDSLOT | Main Hand | 16 | INVSLOT_MAINHAND |
SECONDARYHANDSLOT | Off Hand | 17 | INVSLOT_OFFHAND |
RANGEDSLOT | Ranged | 18 | INVSLOT_RANGED |
TABARDSLOT | Tabard | 19 | INVSLOT_TABARD |
Bags
There are also InvSlotNames for each bag.
InvSlotName | InvSlotId |
---|---|
BAG0SLOT | 20 |
BAG1SLOT | 21 |
BAG2SLOT | 22 |
BAG3SLOT | 23 |
Slot ids for bags and containers are returned from ContainerIDToInventoryID()
ID | Classic | Retail | Description |
---|---|---|---|
1st character bag | |||
2nd character bag | |||
3rd character bag | |||
4th character bag | |||
bank slots (classic: 24, retail: 28) | |||
1st bank bag | |||
2nd bank bag | |||
3rd bank bag | |||
4th bank bag | |||
5th bank bag | |||
6th bank bag | |||
7th bank bag |
Generic bank containers
Slot ids for the stock containers in the bank are returned from BankButtonIDToInvSlotID()
Patch changes
- Patch 8.3.0 (2020-01-14): Slot ids for bank bags start from 80 instead of 76.
See also
Minecraft Inventory Slot 0 Drive
Baubles | |
---|---|
Current developers | Azanor |
Past developers | Vazkii |
Version | 1.5.1 |
Supported Minecraft versions | 1.12.2 |
URL | Link |
Modpacks | |
FTB Builders Paradise FTB Academy Unstable 1.7.2 |
Baubles is a small mod and API by Azanor, which was temporarily taken over by Vazkii until Azanor returned, that is meant to be used by other mods to add additional player inventory slots. The Baubles inventory can be accessed by pressing the B key, by default. This inventory is different from the normal inventory; it adds an amulet, a belt, and two ring slots. As of the 1.10 version, it also adds a head, body and charm slot. Baubles does not add very much content itself, apart from the Miner's Ring. The idea is not to add content, but to be an addon for other mods that add inventory slots.
See also[edit edit source]
Minecraft Inventory Slot Numbers
Miner's Ring