Minecraft Inventory Slots
The Inventory is the pop-up menu that the player uses to manage items they carry. From this screen a player can equip armor, craft items and equip tools, blocks and items. There are 4 armor slots and 36 item slots. You can access your inventory by clicking the 3 dots by your Hotbar. The slot number is calculated starting at 0, counting up through the window's unique slots, and then counting through the players inventory. For all windows, the slot in the upper-left corner of the player's inventory is slot n where n is the number of unique slots, and slot number -999 is always used for clicking outside the window.
- Expands your inventory space to three different larger sizes, the default 'normal' is 15 rows by 25 columns = 375 total slots. Adds four special slots to hold ender pearls, ender chest, clock, and compass.
- The inventory consists of 4 armor slots, 27 storage slots, and 9 hotkey slots (this group of slots is sometimes called the 'Hotbar' or 'quick-access bar'). Items in the hotkey slots can be selected during gameplay using the keyboard (keys 1-9) or mouse wheel, placed, or wielded with the mouse buttons on PC.
- How do I fix my Minecraft inventory? I am trying to select items, but ever since the recent update, I have to click on the item and drag it to my inventory. It isn't working to fast move it using shift either. Also when I go to the crafting table it won't let me separate the items only one at a time?
Rarity color | Common |
---|---|
Renewable | Yes |
Stackable | No |
The bundle is a storage item that can be used for managing items inside the player's inventory.
- 1Obtaining
- 3Data values
Obtaining[edit]
Crafting[edit]
Ingredients | Crafting recipe |
---|---|
String + Rabbit Hide |
Usage[edit]
Bundles are used to store different items in the same inventory slot. Bundles can only hold the equivalent of one inventory slot worth of items, for a total of 64 'bundle slots'; items that stack to 64 take up one bundle slot, items that stack to 16 take up four, and items that do not stack take up the whole bundle.
Although bundles cannot be stacked, each bundle uses only 4 slots, with the addition of items stored inside.[1]
Bundle can be used inside the inventory to take out the last item put in. When used outside the inventory, it dumps all the items out into the world.
Hovering over the bundle shows its contained items in its inventory slots. The number of bundle slots used is displayed as <fullness>/64 in the tooltip. If the bundle is full, then the empty slots are greyed out with an X.
Data values[edit]
ID[edit]
Java Edition:
Name | Namespaced ID | Translation key |
---|---|---|
Bundle | bundle | item.minecraft.bundle |
Item data[edit]
- tag: The tag tag.
- Items: List of items in this bundle.
- : An item in bundle.
- Tags common to all items see Template:Nbt inherit/itemnoslot/template
- : An item in bundle.
- Items: List of items in this bundle.
History[edit]
October 3, 2020 | Bundles are revealed at Minecraft Live 2020. Hovering over them shows all items inside scattered around a large area, and incomplete bundles have the empty texture. | ||||
---|---|---|---|---|---|
Upcoming Java Edition | |||||
1.17 | 20w45a | Added bundles. Hovering over them shows some of the items contained and their quantities, much like the tooltip of a shulker box. Incomplete bundles have the full texture. | |||
20w46a | The textures of bundles have been changed. | ||||
Hovering over bundles now shows its contained items in special slots, similar to slots in the inventory. If the bundle is not full, it also has an empty slot with a plus on it. | |||||
20w48a | Bundles now show fullness as a number when advanced tooltips are enabled. | ||||
Using a bundle in the inventory now empties one item from the bundle instead of emptying all the contents out to the inventory. | |||||
Using a bundle now throws out its entire content into the world. | |||||
20w49a | Bundle fullness is now always shown. | ||||
Full bundles now show the blue bar instead of hiding it, to distungish from empty bundles. | |||||
20w51a | Bundles now drop its contents when destroyed as an item entity. | ||||
Bundle fullness has been changed from Fullness: <fullness> / 64 to <fullness>/64 | |||||
The slots in the tooltip when hovering over bundles have changed to have a border, and rows of slot have a thicker edge between them. | |||||
When the bundle is not full, it instead shows empty slots instead of one slot with a plus. When it is full, those empty slots become greyed out with an X. |
Minecraft Inventory Slot Glitch
Issues[edit]
Issues relating to 'Bundle' are maintained on the bug tracker. Report issues there.
References[edit]
- ↑MC-203567 – 'Bundles can be placed inside of bundles' – resolved as 'Works As Intended'