Bundled
This modification significantly enhances bundle functionality in Minecraft, making item organization more logical and convenient.
Core Improvement
Items that cannot be stacked now occupy space in the bundle as 1/4 of a full stack, equivalent to approximately 16 regular items. This fundamentally changes the approach to storing various tools, weapons, and other items with limited stacking capabilities.
Flexible Tag System
For fine-tuning bundle interactions, several special tags have been added:
- bundled:cannot_nest - completely prevents an item from being placed in a bundle
- bundled:max_weight - item occupies a full stack (64 slots)
- bundled:half_weight - item occupies half a stack (32 slots)
- bundled:quarter_weight - item occupies a quarter of a stack (16 slots)
- bundled:eighth_weight - item occupies an eighth of a stack (8 slots)
- bundled:sixteenth_weight - item occupies a sixteenth of a stack (4 slots)
- bundled:thirtysecond_weight - item occupies a thirty-second of a stack (2 slots)
- bundled:sixtyfourth_weight - item occupies a sixty-fourth of a stack (1 slot)
Practical Features
Empty bundles can be nested inside other bundles, but if a bundle already contains items, this operation is blocked.
In versions prior to 1.21.5, bundles are available in creative mode within the tools section. They also feature a crafting recipe requiring 6 leather and 2 string.
The crafting process can be customized through built-in datapacks. Alternative recipes are available: the classic version with rabbit hide or the more economical recipe from version 1.21.2 and later.
This mod serves as a spiritual successor to similar developments aimed at improving bundle mechanics in the game.