A client-side Fabric mod that provides a grid UI for viewing and extracting items from bundles.
Vanilla bundles use a FILO (First In, Last Out) system - you can only extract the most recently added item. Want to grab something from the middle? You have to pull everything out one by one.
Bundle Browser lets you right-click any bundle in your inventory to open a chest-like grid view of its contents. Click any item to extract it directly, or use the "Empty All" button to dump everything at once.
- Chest-like UI - Familiar container styling that feels native to Minecraft
- Direct item selection - Click any item in the bundle to extract it
- Empty All button - Quickly dump all items to your inventory
- Client-side only - Works on any server, no server-side installation needed
Drop the jar in your client's mods folder alongside its declared dependencies (see fabric.mod.json). No server-side installation needed. Version targets live in gradle.properties (Minecraft, loader, Fabric API) and fabric.mod.json (Java).
- Open any container or your inventory
- Right-click on a non-empty bundle
- Click items to extract them, or use "Empty All"
- Press ESC or your inventory key to close
./gradlew buildThe built JAR will be in build/libs/.
MIT, see LICENSE.
