Description
Unbounded Bundle
Removes the 12-item display limit on bundles and replaces the fixed tooltip with a scrollable, dynamically-sized grid. Store as many different items as you want and navigate them without leaving your inventory.
Features
- No more 12-item display limit — all bundle contents are always accessible
- Dynamic column count that adapts to the number of stored items (configurable, 4–8 columns)
- Scrollable tooltip with a configurable max height so it never overflows your screen
- Scroll automatically follows the selected item to keep it always in view
- Full ModMenu + Cloth Config support for in-game configuration (both optional)
- Fabric, Quilt and NeoForge support
Configuration
The config file is located at .minecraft/config/unbounded_bundle.json and is created automatically on first launch.
| Option | Description |
|---|---|
minColumns |
Minimum number of columns in the tooltip grid |
maxColumns |
Maximum number of columns in the tooltip grid |
scrollable |
Enables the scrollable tooltip |
smoothScrolling |
Enables smooth scrolling |
maxRows |
Maximum number of visible rows when scrollable is enabled |
The column count adapts automatically to the number of items in the bundle, clamped between minColumns and maxColumns. maxRows has no effect when scrollable is set to false.
