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-forge-1.20.1-1.4.0.jar

  • R
  • May 18, 2026
  • 521.05 KB
  • 150
  • 1.20.1
  • Forge

File Name

invexp-forge-1.20.1-1.4.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:inventory-expansion-1163609:8106934")
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.