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.
The config file is located at .minecraft/config/unbounded_bundle.json and is created automatically on first launch.
| Option | Description |
|---|---|
enabled |
Enables the whole mod. |
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.