Endless Inventory

Quick rating

Community listing page, reviews here may not be monitored by the author.

Endless Inventory

No reviews yet

Mod that provide infinite inventory of player

No Theme
No Genre
QoL & Tweaks
Storage & Organization
UI & Menu Tool
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
Endless Inventory-fabric-1.21.1-1.1.4.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Endless Inventory*

ModIcon
Endless Inventory is a Minecraft mod providing an RPG like, infinite space inventory.

Versions

  • In readme/repo
  • + v 1.1.0-SNAPSHOTs-Sep25
  • Forge
  • + 1.20.1 1.1.0-Pre1
  • Fabric
  • + 1.20.1 1.1.0-SNAPSHOT2
  • Neoforge
  • + 1.21.1 1.0.4

Neoforge-1.21 is the version when I started this project.

Features

Dedicated Menu

  • Open your endless inventory using a designated item (EndInv Accessor | endless_inventory:test_endinv) or press specific key I.

Togglable inner Crafting menu

Click Crafter button to toggle inner crafting menu and [FORGE] it supports Jei's recipe transfer.!

Click priority

  • shift-click To crafter>inventory>page
  • ctrl-click To page>inventory>crafter

Attached Item Page

  • Paginated GUI with category filters and advanced sorting and searching.
  • ctrl-click to quick move items

Operations

With attached endInv page screen:

  • I in gui: open EndlessInventoryMenu
  • ctrl+Left Click in menu: quick move item from menu to endInv.
  • A in page area: add item to bookmark
  • A in bookmark page area: remove item from bookmark

Configurable

client and server config.toml to customize the behavior of EndInv to suit specific needs. See Configuration part.

Mod Instructions

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.

client config

  • Texture mode - Help to change the texture of attached screen

    Mode Description
    FromResource Vanilla menu background texture clipped
    Transparent Render transparent background
    DedicatedLocation Allow to define dedicated texture. (See Texture config part)
  • attachingMenuScreen, determine whether to attach endInv with menu screens.

  • rows, of Endless Inventory Screen and Attached Screen

  • columns, of attached screen

  • auto_suit_column, adjust column count if the gui size is too big to contain menu and AS.

  • enable_debug, open screen debug that shows gui info. (see screen debug)

  • max_page_bars, the max count showing side of page.

  • [Experimental] enable pages

server config

  • [Experimental] autoPickUtility, auto send mob and mine loot or picked up dropped item to EndInv. This may cause bugs, typically with other mods.
  • TransferMode, internal item transfer mode between server and client
  • + ALL, transfer all items of an EndInv to client
  • + PART, firstly compute items' filter and sort and send to client, low network pressure but may cause bugs (lack of test).
  • creationMode, how to handle it when there is no EndInv
  • + CREATE_PER_PLAYER, create EndInv for every player who has not an EndInv (no valid UUID).
  • + USE_GLOBAL_SHARED, only create a new EndInv if no valid EndInv exists, players use a shared EndInv.
  • + NONE, do not create a new EndInv, this can be used when you don't like players get EndInv without any conditions.
  • convert_empty_tag: in some situations some item cannot be taken out of Page as the tags may be {} and same item in SourceInv which tag is null.
  • itemCapacity [Experimental and lack of test]
  • + maxStackSize: max count one item can stack to. Note that all item is same even it is a tool.

Commands

/endinv

  • backup : backup endless_inventories.dat file
  • new : create a new Endless Inventory
  • - public/restricted/private : Accessibility of new EndInv default to public
  • ofIndex :
  • - <no arg> : get player's current endInv index in levelEndInvs
  • - <index> : get endinv by index in levelEndInvs
  • - - 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 your mods folder.
  • Launch the game and enjoy your new inventory system!

DEDICATED_LOCATION

DEDICATED_LOCATION allows using custom texture in resource packs, to use refer such locations:
In assets/endless_inventory/textures/gui/*:

  • item_grid.png for common pages, derived from chest menu's generic54.png
  • tabs.png for page switch tabs, derived from achievements gui sprites
  • item_entry.png for item entry display (enchantment book classify page), derived from generic54 by removing vertical rules to form row strips
  • - the process is to fill each row of the grid with a long strip, in FromResource mode, renderBg method of ItemEntryDisplay.class does it so X).

Endless Inventory

ModIcon
Endless Inventory is a Minecraft mod providing an RPG like, infinite space inventory.

Versions

  • In readme/repo
    • v 1.1.0-SNAPSHOTs-Sep25
    • Forge
      • 1.20.1 1.1.0-Pre1
    • Fabric
      • 1.20.1 1.1.0-SNAPSHOT2
    • Neoforge
      • 1.21.1 1.0.4

Neoforge-1.21 is the version when I started this project.

Features

Dedicated Menu

  • Open your endless inventory using a designated item (EndInv Accessor | endless_inventory:test_endinv) or press specific key I.

Togglable inner Crafting menu

Click Crafter button to toggle inner crafting menu and [FORGE] it supports Jei's recipe transfer.!

Click priority

  • shift-click To crafter>inventory>page
  • ctrl-click To page>inventory>crafter

Attached Item Page

  • Paginated GUI with category filters and advanced sorting and searching.
  • ctrl-click to quick move items

Operations

With attached endInv page screen:

  • I in gui: open EndlessInventoryMenu
  • ctrl+Left Click in menu: quick move item from menu to endInv.
  • A in page area: add item to bookmark
  • A in bookmark page area: remove item from bookmark

Configurable

client and server config.toml to customize the behavior of EndInv to suit specific needs. See Configuration part.

Mod Instructions

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.

client config

  • Texture mode - Help to change the texture of attached screen

    Mode Description
    FromResource Vanilla menu background texture clipped
    Transparent Render transparent background
    DedicatedLocation Allow to define dedicated texture. (See Texture config part)
  • attachingMenuScreen, determine whether to attach endInv with menu screens.

  • rows, of Endless Inventory Screen and Attached Screen

  • columns, of attached screen

  • auto_suit_column, adjust column count if the gui size is too big to contain menu and AS.

  • enable_debug, open screen debug that shows gui info. (see screen debug)

  • max_page_bars, the max count showing side of page.

  • [Experimental] enable pages

server config

  • [Experimental] autoPickUtility, auto send mob and mine loot or picked up dropped item to EndInv. This may cause bugs, typically with other mods.
  • TransferMode, internal item transfer mode between server and client
    • ALL, transfer all items of an EndInv to client
      • PART, firstly compute items' filter and sort and send to client, low network pressure but may cause bugs (lack of test).
    • creationMode, how to handle it when there is no EndInv
      • CREATE_PER_PLAYER, create EndInv for every player who has not an EndInv (no valid UUID).
      • USE_GLOBAL_SHARED, only create a new EndInv if no valid EndInv exists, players use a shared EndInv.
      • NONE, do not create a new EndInv, this can be used when you don't like players get EndInv without any conditions.
    • convert_empty_tag: in some situations some item cannot be taken out of Page as the tags may be {} and same item in SourceInv which tag is null.
    • itemCapacity [Experimental and lack of test]
      • maxStackSize: max count one item can stack to. Note that all item is same even it is a tool.

Commands

/endinv

  • backup : backup endless_inventories.dat file
  • new : create a new Endless Inventory
    • public/restricted/private : Accessibility of new EndInv default to public
    • ofIndex :
      • <no arg> : get player's current endInv index in levelEndInvs
      • <index> : get endinv by index in levelEndInvs
        • 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 your mods folder.
  • Launch the game and enjoy your new inventory system!

DEDICATED_LOCATION

DEDICATED_LOCATION allows using custom texture in resource packs, to use refer such locations:
In assets/endless_inventory/textures/gui/*:

  • item_grid.png for common pages, derived from chest menu's generic54.png
  • tabs.png for page switch tabs, derived from achievements gui sprites
  • item_entry.png for item entry display (enchantment book classify page), derived from generic54 by removing vertical rules to form row strips
    • the process is to fill each row of the grid with a long strip, in FromResource mode, renderBg method of ItemEntryDisplay.class does it so X).

Screenshots

Gallery

  • 163f2bb64e4cb3834b376169ea917c425a2f99c4_350.png
    163f2bb64e4cb3834b376169ea917c425a2f99c4_350.png 163f2bb64e4cb3834b376169ea917c425a2f99c4_350.png
  • 8b105b3cb62bd11c900710bd952dc958b707012a_350.png
    8b105b3cb62bd11c900710bd952dc958b707012a_350.png 8b105b3cb62bd11c900710bd952dc958b707012a_350.png
  • 2025-04-26_23.03.13.png
    2025-04-26_23.03.13.png 2025-04-26_23.03.13.png
  • Endless Inventory item page
    Endless Inventory item page Endless Inventory item page attached by crafting menu screen, and vanilla recipe tranfer is enabled.
  • Tansparent texture mode
    Tansparent texture mode Attached Endless Inventory item page with transparent mode, and columns are adjustable.
  • Item Entry display in Enchanted book page
    Item Entry display in Enchanted book page
  • Endless Inventory item page with JEI layout
    Endless Inventory item page with JEI layout We have made compatibilities for JustEnoughItems in the aspect of layout. And Jei recipe tranfer will be implemented soon.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~66,000
Total Downloads
CurseForge
~39,000
Modrinth
~27,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works