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.21.1-neoforge

  • R
  • Mar 10, 2026
  • 64.67 KB
  • 29
  • 1.21.1
  • NeoForge

File Name

open_in_inventory-neoforge-1.2.1+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:open-in-inventory-1450235:7739286"
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", ""]