Skip to content

Repository files navigation

Bundle Browser

A client-side Fabric mod that provides a grid UI for viewing and extracting items from bundles.

Bundle Browser Screenshot

The Problem

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.

The Solution

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.

Features

  • 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

Installation

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).

Usage

  1. Open any container or your inventory
  2. Right-click on a non-empty bundle
  3. Click items to extract them, or use "Empty All"
  4. Press ESC or your inventory key to close

Building from Source

./gradlew build

The built JAR will be in build/libs/.

License

MIT, see LICENSE.

About

A client-side Fabric mod that provides a grid UI for viewing and extracting items from bundles

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages