Fabric Mod that opens the inventory screens of items when they are clicked in your inventory. Also allows other item functionality from the inventory.
whitelistContains a list of allowed items specified by:
minecraft:crafting_tableitem#minecraft:anvilblock#minecraft:shulker_boxesTags without prefix are treated as item and block tags.
blacklistContains a list of disallowed items specified by id. Useful for excluding a single item from a tag like minecraft:damaged_anvil
defaultClickTypeclickType in player configs.LEFT, RIGHT, SHIFT_LEFT, SHIFT_RIGHT, DROP, CTRL_DROP or NONERIGHTclickTypeLEFT, RIGHT, SHIFT_LEFT, SHIFT_RIGHT, DROP, CTRL_DROP, or NONEdefaultClickType in server config.Commands start with /clickopener and require permission level 4.
reload
whitelist
whitelist add (item|itemtag|blocktag) <id>
whitelist add item
whitelist remove (item|itemtag|blocktag) <id>
whitelist remove item
blacklist
blacklist add item <id>
blacklist add item
blacklist remove item <id>
blacklist remove item
defaultClickType
defaultClickType <defaultClickType>
Commands start with /clickopener_player and require no permissions.
clickType
clickType <clickType>
Caution
Blocks that have permanent inventory (like chests) will probably void contents if added to config. Blocks added by mods that retain contents when broken (like shulker boxes) will probably void contents unless explicit support is added. (Vanilla support is available for shulker boxes).
Most block items should just work, but for the ones that don't:
clickType
LEFT, RIGHT, SHIFT_LEFT, SHIFT_RIGHT, DROP, or CTRL_DROPRIGHTdefault
true or falsefalseItems
minecraft\:anviltrue or falseshulker_box_shulker_boxender_chestenchanting_tablesmithing_tablecrafting_tablegrindstonestonecuttercartography_tableloomanvilchipped_anvildamaged_anvilreinfshulker:[color]_[material]_shulker_boxAll commands start with /clickopener and require permission level 4.
reload
default <default>
clickType <clickType>
entry <item> <enable>
entry inhand <enable>
Has support for :
(1.1.0+)
All can be enabled or disabled in the config (1.1.0+). Only shulker boxes and ender chests are enabled by default (for compatibility with versions before 1.1.0).