Blue Bundle
Blue Bundle — item.
Obtaining
The blue bundle is made by transmuting any bundle with blue dye. The recipe keeps the bundle contents as the base item while changing its colour, so a dyed storage item can be prepared without rebuilding the inventory from scratch.
| Input | Any bundle |
|---|---|
| Material | Blue dye |
| Result | Blue bundle |
Crafting
Ingredients
No ingredients are available for this recipe.
Result
Blue BundleProcess: special
Ingredients match the published snapshot.
Usage
The blue bundle stores multiple item stacks in one inventory slot and uses the same open, close, and item-selection interaction as other bundles. Its blue colour makes it easy to separate a tool kit, travel supplies, or a themed building palette from an uncoloured bundle.
| Storage role | Compact item container |
|---|---|
| Variant | Dyed bundle |
| Interaction | Open, select, and remove stored items |
| Capacity | 64 weight units |
| Stack size | 1 |
| Contents | Kept in the `bundle_contents` component |
Sounds
Bundle interaction has separate insert, failed-insert, remove and drop-content events. The colour variant uses the same sound family as every other bundle.
| Insert | `item.bundle.insert` |
|---|---|
| Remove | `item.bundle.remove_one` |
| Drop contents | `item.bundle.drop_contents` |
Behavior
Bundle contents are weighted by the maximum stack size of each item. A full
bundle reaches one weight unit, while nested bundles contribute a smaller
fixed weight. Primary interaction inserts items and secondary interaction
removes one selected item; the item bar shows the current fullness.
| Capacity | 1 weight unit, displayed as 12 segments |
|---|---|
| Selection | One stored stack can be selected for removal |
| Insert | Primary click transfers items into the bundle |
| Remove | Secondary click extracts one item |
| Stack size | 1 |
| Display grid | 4 columns by 3 rows, up to 12 visible stacks |
| Nested bundle weight | Adds a fixed nested-container weight |
| Invalid weight | An over-weight result is rejected instead of silently truncating contents |
Data values
The item uses the stable `minecraft:blue_bundle` identifier and belongs to the bundle tag. Its colour is presentation data; storage behaviour remains owned by the bundle family.
| Identifier | minecraft:blue_bundle |
|---|---|
| Version | Minecraft 26.2 |
| Item model | assets/minecraft/models/item/blue_bundle.json |
| Family | Bundles |
| Colour source | Blue dye |
| Capacity | 64 weight units |
| Contents component | `minecraft:bundle_contents` |
| Item tag | `minecraft:bundles` |
History
Bundles were introduced as a compact container and later became available in survival with sixteen fixed dye colours. Blue bundles keep the family interaction while adding a quick visual label for their contents.
- 26.2Item facts were published from the verified snapshot.Provenance: 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
Trivia
Fixed colour variants make a bundle readable at a glance: the colour is chosen from the sixteen dye names instead of being an arbitrary blended leather-style colour.
Gallery
See also
References
The page follows the dyeing recipe, bundle component, item implementation,
and sound events that define the coloured storage family.
| Validated DeepMine snapshot | Validated DeepMine snapshot |
|---|---|
| Snapshot ID | 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5 |
| Digest | 427f702aa84df9770d1e40b1d77161e892ba48a5dd8b0034984b8c04fb7e28b5 |
| Dyeing recipe | data/minecraft/recipe/blue_bundle.json |
| Item registration | net/minecraft/world/item/Items.java |
| Bundle implementation | net/minecraft/world/item/BundleItem.java |
| Contents component | net/minecraft/world/item/component/BundleContents.java |
| Component registry | net/minecraft/core/component/DataComponents.java |
| Sound registry | net/minecraft/sounds/SoundEvents.java |
| Bundle item tag | data/minecraft/tags/item/bundles.json |
Navigation
Data and provenance
minecraft:blue_bundle
Snapshot digest verified.
Facts
Facts are not available for this version yet.
427f702aa84df9770d1e40b1d77161e892ba48a5dd8b0034984b8c04fb7e28b5Provenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:blue_bundle
- Digest
- 427f702aa84df9770d1e40b1d77161e892ba48a5dd8b0034984b8c04fb7e28b5
- Missing locales
- ru, en



