promotional bannermobile promotional banner

Open In Inventory

Open guidebooks, backpacks, handhelds and more with a single click in inventory

File Details

1.2.1 for 1.20.1-forge

  • R
  • Mar 10, 2026
  • 64.72 KB
  • 4.8K
  • 1.20.1
  • Forge

File Name

open_in_inventory-forge-1.2.1+1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:open-in-inventory-1450235:7739285")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Open In Inventory 1.2.0 -> 1.2.1

  • Fix used template in builtin ae2 compat

Open In Inventory 1.1.1 -> 1.2.0

  • Fix tooltip not disabled when sneak
  • better ScreenClosedEvent impl
    • should fix the short interval (1 tick?) between screen set to null and this event invoked
  • New template variant: Immediate Template

Immediate Template is {a|b|c|...} style template that does not require registration to use. Each replacement string is split by |, and surrounded by { and }. For example:

  • {iron|gold|diamond}_backpack -> ["iron_backpack", "gold_backpack", "diamond_backpack"]
  • {a|b|} -> ["a", "b", ""]