
/give @p minecraft:bundle[bundle_contents=[{id:"minecraft:diamond",count:1}]]
The dropdown shows common items. You can type any valid Minecraft item ID (without the minecraft: prefix) in the item selector for custom items.
Build /give commands for bundles pre-loaded with items. Bundles hold up to 64 item slots worth of mixed items in a single inventory space, which makes them ideal for inventory management.
Bundles were one of the most anticipated features in Minecraft's history. First announced for 1.17, they shipped as a full feature in Minecraft 1.21.2. They solve a common frustration: your inventory fills up with small stacks of different items while mining or exploring. A bundle lets you combine those partial stacks into a single slot.
This bundle generator lets you pre-fill a bundle with specific items and generate the /give command. It is useful for creating starter kits, care packages, or organized item sets for map making.
1. Add items. Pick an item and set its quantity, then add as many as you need.
2. Monitor capacity. The fullness bar shows how full the bundle is. A bundle holds 64 slots total.
3. Set the target and count. Choose who receives the bundle and how many copies to give.
4. Copy the command. The output updates live, so copy and paste it into your game.
Bundle capacity works on a slot-fraction system based on each item's max stack size:
| Item Type | Max Stack | Space per Item | Max in Bundle |
|---|---|---|---|
| Stackable (64) | 64 | 1/64 slot | 4,096 total |
| Stack to 16 (ender pearls) | 16 | 1/4 slot | 256 total |
| Unstackable (swords) | 1 | 1 full slot | 64 items |
You can mix item types freely. A bundle could hold 32 cobblestone (half a slot), 8 ender pearls (half a slot), and still have most of its capacity remaining. The tooltip shows all contained items when you hover over the bundle.
Mining cleanup. Toss the small drops (flint, gravel, cobblestone variants) into a bundle while mining so they do not clog your inventory.
Starter kits for servers. Pre-fill a bundle with a mix of tools, food, and basic resources. One bundle equals one inventory slot for the entire kit.
Color-coded organization. Use different colored bundles for different item categories: red for combat, green for food, blue for building materials.
Adventure map loot. Give players bundled treasure drops. Revealing the tooltip on hover adds a nice unboxing moment.
A bundle holds up to 64 item slots. Stackable items like dirt or arrows use 1/64 of a slot per item, so a full stack of 64 cobblestone uses 1 slot. Unstackable items like swords or armor use 1 full slot each. Items that stack to 16, like ender pearls, use 1/4 of a slot per item.
Craft a bundle from 1 string and 1 leather in a crafting grid. Dyed bundles are made by adding a dye. Bundles became a full feature in Minecraft 1.21.2 after being experimental since 1.17.
No. Bundles cannot contain other bundles, which prevents infinite storage nesting. Filled shulker boxes also cannot be placed inside bundles.
Use /give with the bundle_contents component, for example /give @s minecraft:bundle[bundle_contents=[{id:"minecraft:diamond",count:16}]] 1. This generator builds the full syntax for any mix of items.
Browse more Minecraft tools: