{"id":64127,"date":"2026-06-03T19:42:11","date_gmt":"2026-06-03T16:42:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/"},"modified":"2026-06-03T19:42:11","modified_gmt":"2026-06-03T16:42:11","slug":"endless-inventory","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/","title":{"rendered":"Endless Inventory"},"content":{"rendered":"<p>**Endless Inventory**<br \/>\n=========<br \/>\n![ModIcon](https:\/\/cdn.modrinth.com\/data\/Nie8wO7y\/27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp)<br \/>\nEndless Inventory is a Minecraft mod providing an RPG like, infinite space inventory.<\/p>\n<p># Versions<\/p>\n<p>+ In readme\/repo<br \/>\n+ + v 1.1.0-SNAPSHOTs-Sep25<br \/>\n+ Forge<br \/>\n+ + 1.20.1 1.1.0-Pre1<br \/>\n+ Fabric<br \/>\n+ + 1.20.1 1.1.0-SNAPSHOT2<br \/>\n+ Neoforge<br \/>\n+ + 1.21.1 1.0.4<\/p>\n<p>*Neoforge-1.21 is the version when I started this project.* <\/p>\n<p># Features<\/p>\n<p>## Dedicated Menu<\/p>\n<p>+ Open your endless inventory using a designated item (EndInv Accessor | `endless_inventory:test_endinv`) or press specific key `I`.<br \/>\n### Togglable inner Crafting menu<br \/>\nClick Crafter button to toggle inner crafting menu and<br \/>\n**[FORGE]** it supports Jei&#8217;s recipe transfer.!<br \/>\n#### Click priority<br \/>\n&#8211; `shift-click` To crafter>inventory>page<br \/>\n&#8211; `ctrl-click` To page>inventory>crafter<\/p>\n<p>## Attached Item Page<\/p>\n<p>+ Paginated GUI with category filters and advanced sorting and searching.<br \/>\n+ ctrl-click to quick move items<\/p>\n<p>## Operations<br \/>\nWith attached endInv page screen:<br \/>\n+ `I` in gui: open `EndlessInventoryMenu`<br \/>\n+ `ctrl+Left Click` in menu: quick move item from menu to endInv.<br \/>\n+ `A` in page area: add item to bookmark<br \/>\n+ `A` in bookmark page area: remove item from bookmark<\/p>\n<p>## Configurable<br \/>\nclient and server config.toml to customize the behavior of EndInv to suit specific needs. See Configuration part.<\/p>\n<p># Mod Instructions<\/p>\n<p>## Configuration<\/p>\n<p>This mod provides both client and server-side configurations:<br \/>\n+ config\/endless_inventory-server.toml: Server behavior and inventory mode.<br \/>\n+ config\/endless_inventory-client.toml: UI layout, sorting preferences, and GUI toggles.<\/p>\n<p>### client config<\/p>\n<p>+ Texture mode &#8211; Help to change the texture of attached screen<\/p>\n<table>\n<thead>\n<tr>\n<th>Mode<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>FromResource<\/td>\n<td>Vanilla menu background texture clipped<\/td>\n<\/tr>\n<tr>\n<td>Transparent<\/td>\n<td>Render transparent background<\/td>\n<\/tr>\n<tr>\n<td>DedicatedLocation<\/td>\n<td>Allow to define dedicated texture. (See Texture config part)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>+ attachingMenuScreen, determine whether to attach endInv with menu screens.<br \/>\n+ rows, of Endless Inventory Screen and Attached Screen<br \/>\n+ columns, of attached screen<br \/>\n+ auto_suit_column, adjust column count if the gui size is too big to contain menu and AS.<br \/>\n+ enable_debug, open screen debug that shows gui info. (see screen debug)<br \/>\n+ max_page_bars, the max count showing side of page.<br \/>\n+ *[Experimental]* enable pages<\/p>\n<p>### server config<\/p>\n<p>+ *[Experimental]* autoPickUtility, auto send mob and mine loot or picked up dropped item to EndInv. This may cause bugs, typically with other mods.<br \/>\n+ TransferMode, internal item transfer mode between server and client<br \/>\n+ + ALL, transfer all items of an EndInv to client<br \/>\n+ + PART, firstly compute items&#8217; filter and sort and send to client, low network pressure but may cause bugs (lack of test).<br \/>\n+ creationMode, how to handle it when there is no EndInv<br \/>\n+ + CREATE_PER_PLAYER, create EndInv for every player who has not an EndInv (no valid UUID).<br \/>\n+ + USE_GLOBAL_SHARED, only create a new EndInv if no valid EndInv exists, players use a shared EndInv.<br \/>\n+ + NONE, do not create a new EndInv, this can be used when you don&#8217;t like players get EndInv without any conditions.<br \/>\n+ 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.<br \/>\n+ itemCapacity *[Experimental and lack of test]*<br \/>\n+ + maxStackSize: max count one item can stack to. Note that all item is same even it is a tool.<\/p>\n<p>Commands<br \/>\n&#8212;&#8212;&#8211;<br \/>\n`\/endinv`<br \/>\n&#8211; `backup` : backup `endless_inventories.dat` file<br \/>\n&#8211; `new` : create a new Endless Inventory<br \/>\n&#8211; &#8211; `public`\/`restricted`\/`private` : Accessibility of new EndInv default to `public`<br \/>\n&#8211; `ofIndex` :<br \/>\n&#8211; &#8211; `<no arg>` : get player&#8217;s current endInv index in `levelEndInvs`<br \/>\n&#8211; &#8211; `<index>`  : get endinv by index in `levelEndInvs`<br \/>\n&#8211; &#8211; &#8211; `open` : open endinv, anyone can run this, but only the accessible players or ops can open.<br \/>\n&#8211; &#8211; &#8211; `setDefault` : set player&#8217;s default endInv in opening menu.<br \/>\n&#8211; &#8211; &#8211; `setOwner`: set endinv&#8217;s owner to executor player.<br \/>\n&#8211; &#8211; &#8211; `addWhiteList` : add executor player to endinv&#8217;s allowlist.<br \/>\n&#8211; &#8211; &#8211; `removeWhiteList` : remove executor player from endinv&#8217;s allowlist.<br \/>\n&#8211; &#8211; &#8211; `setAccessibility <public\/restricted\/private>`: set endinv&#8217;s accessibility.<br \/>\n&#8211; &#8211; &#8211; `remove`: remove current endinv from level endinv data, before this a backup file will be created.<br \/>\n&#8211; &#8211; &#8211; &#8211; `<forceRemove>: boolean` : this will force remove endinv though backup failed.<\/p>\n<p>Installation<br \/>\n&#8212;&#8212;-<br \/>\n+ Make sure NeoForge is installed and compatible with your Minecraft version.<br \/>\n+ Download the latest release of the Endless Inventory mod from the Releases page.<br \/>\n+ Place the `.jar` file in your `mods` folder.<br \/>\n+ Launch the game and enjoy your new inventory system!<\/p>\n<p>## DEDICATED_LOCATION<br \/>\nDEDICATED_LOCATION allows using custom texture in resource packs, to use refer such locations:<br \/>\nIn `assets\/endless_inventory\/textures\/gui\/*`:<br \/>\n&#8211; `item_grid.png` for common pages, derived from chest menu&#8217;s generic54.png<br \/>\n&#8211; `tabs.png` for page switch tabs, derived from achievements gui sprites<br \/>\n&#8211; `item_entry.png` for item entry display (enchantment book classify page), derived from generic54 by removing vertical rules to form row strips<br \/>\n&#8211; &#8211; 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).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An infinite player extended inventory and an easy storage way.<\/p>\n","protected":false},"featured_media":64128,"template":"","meta":{"_minecraft_slug":"endless-inventory","_minecraft_project_id":"Nie8wO7y","_minecraft_author":"kwwsyk_MC","_minecraft_license":"MIT","_minecraft_downloads":13964,"_minecraft_follows":57,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"endless-inventory.zip","_minecraft_size_bytes":35017508,"_minecraft_version_count":44,"_minecraft_updated_at":"2026-05-15T23:44:33.379002Z","_minecraft_date_created":"2025-05-23T23:53:02.865018Z","_minecraft_date_modified":"2026-04-27T16:05:47.088211Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/endless-inventory","_minecraft_icon_attachment_id":64128,"_minecraft_imported_at":"2026-06-03T16:42:13+00:00","_minecraft_import_hash":"dda426fb3ee917ee46e1c0fb33ff66f2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,104,158,91,92],"mod_loader":[99,106,160],"minecraft_version":[59,36,62,37,41,73,38,81,83,167,833,163,836,835,837,838,839,834],"class_list":["post-64127","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-forge","mod_category-neoforge","mod_category-storage","mod_category-utility","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-4","minecraft_version-1-21-8","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-1-rc-1","minecraft_version-26-1-2","minecraft_version-26-1-2-rc-1","minecraft_version-26-2-snapshot-1","minecraft_version-26-2-snapshot-2","minecraft_version-26-2-snapshot-3","minecraft_version-26-2-snapshot-4","minecraft_version-26w14a"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Endless Inventory - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Endless Inventory - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An infinite player extended inventory and an easy storage way.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/\",\"name\":\"Endless Inventory - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/endless-inventory-icon-27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp\",\"datePublished\":\"2026-06-03T16:42:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/endless-inventory-icon-27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/endless-inventory-icon-27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/endless-inventory\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Endless Inventory\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Endless Inventory - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/","og_locale":"en_US","og_type":"article","og_title":"Endless Inventory - Minecraft","og_description":"An infinite player extended inventory and an easy storage way.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/","name":"Endless Inventory - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/endless-inventory-icon-27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp","datePublished":"2026-06-03T16:42:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/endless-inventory-icon-27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/endless-inventory-icon-27032e97adabaafd2ecae8217cdf4ab3f4a1b040_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/endless-inventory\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Endless Inventory"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/64127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/64128"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=64127"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=64127"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=64127"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=64127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}