Backpack Opener
No reviews yet
A client-side mod to make using handheld GUI items like backpacks and books quicker
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the client. Works on vanilla servers.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Backpack Opener
Overview
A client-side mod to make using handheld GUI items quicker, For example:
- Backpacks
- Wireless terminals
- Books
Open them by simply right-clicking it in your inventory GUI.
It automatically swaps the item to your active hand and open it. After closing the GUI of item, the item is swapped back and you're back in your inventory.
| Right-click on the item | Opened the GUI |
|---|---|
![]() |
![]() |
Config
Entries are managed by crafttweaker.
It's suggested to only write entries in a script with #sideonly client Preprocessor. Otherwise it will cause errors on dedicated server, because this mod is client only.
Usage:
// Items to add quick open on, sneak when opening the item
mods.bpopener.BPOpener.addEntry(IIngredient item, boolean sneaking);
Example:
#sideonly client
mods.bpopener.BPOpener.addEntry(<minecraft:writable_book>,false);
mods.bpopener.BPOpener.addEntry(<minecraft:written_book>,false);
mods.bpopener.BPOpener.addEntry(<appliedenergistics2:wireless_terminal>,false);
mods.bpopener.BPOpener.addEntry(<appliedenergistics2:portable_cell>,false);
Notes
Don't use this on a server that disallows auto-refill or similar features, unless this mod is explicitly allowed.
Backpack Opener
Overview
A client-side mod to make using handheld GUI items quicker, For example:
- Backpacks
- Wireless terminals
- Books
Open them by simply right-clicking it in your inventory GUI.
It automatically swaps the item to your active hand and open it. After closing the GUI of item, the item is swapped back and you're back in your inventory.
| Right-click on the item | Opened the GUI |
|---|---|
![]() |
![]() |
Config
Entries are managed by crafttweaker.
It's suggested to only write entries in a script with #sideonly client Preprocessor. Otherwise it will cause errors on dedicated server, because this mod is client only.
Usage:
// Items to add quick open on, sneak when opening the item
mods.bpopener.BPOpener.addEntry(IIngredient item, boolean sneaking);
Example:
#sideonly client
mods.bpopener.BPOpener.addEntry(<minecraft:writable_book>,false);
mods.bpopener.BPOpener.addEntry(<minecraft:written_book>,false);
mods.bpopener.BPOpener.addEntry(<appliedenergistics2:wireless_terminal>,false);
mods.bpopener.BPOpener.addEntry(<appliedenergistics2:portable_cell>,false);
Notes
Don't use this on a server that disallows auto-refill or similar features, unless this mod is explicitly allowed.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers


