

Endless Inventory is a Minecraft mod that provides an extensible inventory system with infinite capacity. It introduces a custom GUI to browse, sort, and filter items easily. Ideal for RPG-style gameplay or technical players who manage a vast number of items.
Features
- Open your endless inventory using a designated item (EndInv Accessor | endless_inventory:test_endinv) or press specific key I.
- Paginated GUI with category filters and advanced sorting and searching.
- config.toml to customize the behavior of EndInv to suit specific needs.
- client config
- Texture mode
- Determine whether to attach endInv with menu screens.
- EndInv menu/attachedScreen rows/columns
- server config
- Max size and max single item size player can insert
- Auto pick mode (will soon move to other mods)
- client config
Menu Ops
With attached endInv page screen:
I
in gui: openEndlessInventoryMenu
ctrl+Left Click
in menu: quick move item from menu to endInv.A
in page area: add item to bookmarkA
in bookmark page area: remove item from bookmark
Commands
/endinv
backup
: backupendless_inventories.dat
filenew
: create a new Endless Inventory-
public
/restricted
/private
: Accessibility of new EndInv default topublic
ofIndex
:-
<no arg>
: get player's current endInv index inlevelEndInvs
-
<index>
: get endinv by index inlevelEndInvs
-
-
open
: open endinv, anyone can run this, but only the accessible players or ops can open.
-
-
-
setDefault
: set player's default endInv in opening menu.
-
-
-
setOwner
: set endinv's owner to executor player.
-
-
-
addWhiteList
: add executor player to endinv's allowlist.
-
-
-
removeWhiteList
: remove executor player from endinv's allowlist.
-
-
-
setAccessibility <public/restricted/private>
: set endinv's accessibility.
-
-
-
remove
: remove current endinv from level endinv data, before this a backup file will be created.
-
-
-
-
<forceRemove>: boolean
: this will force remove endinv though backup failed.
-
-
Installation
- Make sure NeoForge is installed and compatible with your Minecraft version.
- Download the latest release of the Endless Inventory mod from the Releases page.
- Place the
.jar
file in yourmods
folder. - Launch the game and enjoy your new inventory system!
Configuration
This mod provides both client and server-side configurations:
- config/endless_inventory-server.toml: Server behavior and inventory mode.
- config/endless_inventory-client.toml: UI layout, sorting preferences, and GUI toggles.