Backpack Opener
Modby blue_beaker
A client-side mod to make using handheld GUI items like backpacks and books quicker
Downloads
106,004
Type
Mod
CurseForge ID
1147522
Last Updated
Apr 10, 2026
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.
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.
Screenshots
Similar Mods
Personality
Introduces sitting, crawling, and various 'gamefeel' enhancements!
ShetiPhianCore
Required for ShetiPhians Mods
SCP-280, Eyes in the Dark
Beware of glowing eyes in the dark before it's too late.
Aaron’s Mod
Aaron's Mod is a collection of useful features for vanilla and Skyblock players!
FilesJS
Allow you to use kubejs for some restrictive operations on files
Seafarer
A mod that aims to improve Minecraft's Oceans by adding a wide array of new blocks, mobs and more!