Inventory Expansion

Adds items that help manage your inventory. Automatically pick up items into sacks and quivers which can store multiple stacks in one item.

File Details

invexp-fabric-1.20.1-1.4.0.jar

  • R
  • May 18, 2026
  • 510.13 KB
  • 10
  • 1.20.1
  • Fabric

File Name

invexp-fabric-1.20.1-1.4.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:inventory-expansion-1163609:8106940"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Huge behind the scenes update:

  • Converted to multi-loader setup, so I can develop for forge and fabric at the same time.
  • Added more compatibility with better nether, better end, and gardens of the dead
  • Fixed flickering issue when changing the selected index. Especially noticeable on a server.
  • Fixed flickering issue when using an item from a sack.
  • Pick block now works on sacks, updating the selected index if no other item is in your inventory that it can fetch.
  • Fixed various issues with inserting items into sacks/quivers/bundles when the item is the result of a crafting recipe.
  • Fixed bug where the selected index would start at the wrong spot when changing it within a bundle.
  • Added Container Item behavior API, which lets developers easily add more container items without having to create more mixins.
  • Renamed `sack_type_default` and `sack_weight_default` to `sack_type_rule` and `sack_weight_rule`.
  • Added `sack_type/none` item tag, which prevents items from being inserted into sacks.