← Назад к ресурсам

Bundle Backport-ish

A backport of bundle mechanics using the original UI

Modrinth equipment storage

Описание

# Bundle Backport-ish [](https://modrinth.com/mod/fabric-api/) An opinionated backport of the bundle scrolling and dyeing mechanics from 1.21.2. The UI is unchanged (other than showing which slot is selected), so you still can see all the items. ![Scrolling through the slots of a bundle](https://cdn.modrinth.com/data/91hOfmS6/images/1ff55d56a7a13815713413351f55f54ccccadc21.gif) ![All 17 bumdle colors](https://cdn.modrinth.com/data/cached_images/65cf5d2087a63e5121aacb18413b89c3c7ab7108.png) ## Details - You can dye a bundle by combining it with the respective dye in a crafting grid. ![Bundle dyeing recipe](https://cdn.modrinth.com/data/cached_images/a79ec261829b18c3595a9b84d4c27b63c5638a58.png) - It retains its items, like a shulker box. - You can scroll the mouse wheel to select different slots in the bundle which determines what item you pull out of it. - Currently, the slot stays selected when you mouse off the bundle or pass it to another player. - All interactions are still through right click, like in 1.21.1-. - The recipe is updated to only require one leather and one string, like 1.21.2. ![Bundle crafting recipe](https://cdn.modrinth.com/data/cached_images/9c4134487e1f11af727f3dededf3801fe2b4e764.png) - There is also a datapack you can enable with `/datapack enable "bundle-backportish:rabbithide"` or in the world creation menu which lets you craft it with either leather or rabbit hide. ![Bundle crafting recipe using rabbit hide](https://cdn.modrinth.com/data/cached_images/4940cad91245fa434a8cb8f1c7db0595f7ad1db7.png) - You do not need to enable the bundles experiment, it is enabled by default and hidden. - Currently, right clicking a bundle in the world still dumps all the items out, although this may be changed in the future. --- Compat Contains integration with [EMI](https://modrinth.com/mod/emi) to show the bundle dyeing recipes, as they are NBT crafting and wouldn't show up normally. Works with [Mouse Tweaks](https://modrinth.com/mod/mouse-tweaks): scrolling will change bundle selection instead of extracting items Also check out [Backbundled](https://modrinth.com/mod/backbundled) if you're looking for a more accurate backport of vanilla bundles ## Credits Scrolling implementation based on [Bundle Tweaks](https://modrinth.com/mod/bundle-tweaks) by [zacharybarbanell](https://modrinth.com/user/zacharybarbanell) (MIT License) --- Known Bugs - If you make the crafting recipe for a dyed bundle but then manipulate the contents of the bundle, it will not update the result bundle. Hopefully this will be fixed in a future release.