{"id":67114,"date":"2026-06-03T23:11:24","date_gmt":"2026-06-03T20:11:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/"},"modified":"2026-06-03T23:11:24","modified_gmt":"2026-06-03T20:11:24","slug":"extended-drawers","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/","title":{"rendered":"Extended Drawers"},"content":{"rendered":"<p># Extended Drawers<br \/>\n[![Badge showing the amount of downloads on modrinth][modrinth badge]](https:\/\/modrinth.com\/mod\/extended-drawers)<br \/>\n[![Badge showing the amount of downloads on curseforge][curseforge badge]](https:\/\/www.curseforge.com\/minecraft\/mc-mods\/extended-drawers)<br \/>\n[![Badge linking to issues on github][github badge]](https:\/\/github.com\/MattiDragon\/ExtendedDrawers\/issues)<br \/>\n[![Badge linking to support on discord][discord badge]](https:\/\/discord.gg\/26T5KK2PBv)<\/p>\n<p>[modrinth badge]: https:\/\/img.shields.io\/badge\/dynamic\/json?color=2d2d2d&#038;colorA=5da545&#038;label=&#038;suffix=%20downloads%20&#038;query=downloads&#038;url=https:\/\/api.modrinth.com\/v2\/project\/AhtxbnpG&#038;style=flat&#038;logo=modrinth&#038;logoColor=2d2d2d<br \/>\n[curseforge badge]: https:\/\/img.shields.io\/badge\/dynamic\/json?query=value&#038;url=https:\/\/img.shields.io\/curseforge\/dt\/616602.json&#038;label=&#038;logo=curseforge&#038;color=2d2d2d&#038;style=flat&#038;labelColor=F16436&#038;logoColor=2d2d2d&#038;suffix=%20downloads<br \/>\n[github badge]: https:\/\/img.shields.io\/badge\/dynamic\/json?query=value&#038;url=https:\/\/img.shields.io\/github\/issues-raw\/mattidragon\/extendeddrawers.json&#038;label=&#038;logo=github&#038;color=2d2d2d&#038;style=flat&#038;labelColor=6e5494&#038;logoColor=2d2d2d&#038;suffix=%20issues<br \/>\n[discord badge]: https:\/\/img.shields.io\/discord\/760524772189798431?label=&#038;logo=discord&#038;color=2d2d2d&#038;style=flat&#038;labelColor=5865f2&#038;logoColor=2d2d2d<\/p>\n<p>A mod inspired by storage drawers that aims to allow for easy creation of powerful yet not<br \/>\noverpowered storage systems using simple components.<\/p>\n<p>## Features<br \/>\n### In-game Guide Book<br \/>\nCrafted by combining a book with and upgrade frame, the guide book will explain in more detail how the mod works.<br \/>\n**Patchouli is required for the guide book to load ingame!<br \/>\nThe book is only available on versions supported by them.**<\/p>\n<p>### Drawers<br \/>\nDrawers are blocks that can store a lot of a few items and come in three variants: single-, double- and quad-slot.<br \/>\nThey can be interacted with in world or using hopper or pipes from other mods.<br \/>\nThey will make up the bulk of your storage as they are cheap and effective.<\/p>\n<p>### Access Points<br \/>\nAccess points are blocks that can interact with multiple drawers that are connected to them.<br \/>\nThey only support insertion in world, but can be extracted from using pipes and hoppers.<br \/>\nYou can use them to quickly dump your inventory into the system, or hook up digital storage.<\/p>\n<p>### Shadow Drawers<br \/>\nShadow drawers show the amount of a resource that is available in the whole network and allows<br \/>\nfor insertion and expansion of that resource.<br \/>\nThey are especially useful for automation as you can keep storage centralized and still access it from far away.<\/p>\n<p>### Compacting Drawers<br \/>\nWhile slightly more expensive to craft compacting drawers offer a lot of convenience over regular drawers.<br \/>\nThey automatically compress and decompress your items using 2&#215;2 and 3&#215;3 crafting recipes.<br \/>\nThey also store more of items as the max capacity is based on the most compressed stored item.<\/p>\n<p>### Upgrades<br \/>\nUpgrades are items that extend the capacity of a drawer slot. Their power can be tweaked in the config.<br \/>\nThere is also a downgrade if you need to limit the capacity of a drawer slot.<br \/>\nThey apply to individual slots and not the whole drawer, unlike other mods.<\/p>\n<p>### Locking<br \/>\nYou can use a lock on drawers to make them keep their selected item even when empty.<br \/>\nThis makes sure you don&#8217;t lose your organization when you remove items and allows you to block automation from filling up empty drawers.<\/p>\n<p>### Voiding mode<br \/>\nIf sneak clicked with a lava bucket, drawers will start voiding excess items.<br \/>\nThis is useful when you want to store items of low value as you don&#8217;t need to worry about overflow.<br \/>\nExtended drawers will make sure drawers without voiding enabled fill up first.<\/p>\n<p>### Hidden mode<br \/>\nHide icons on drawers to reduce lag or hide your valuables, but remember, anyone can change it.<br \/>\nApplied by sneaking and using black dye or ink sacs on drawers.<\/p>\n<p>### Duping mode<br \/>\nYou can use a, by default unobtainable, dupe wand to toggle duping mode on drawers.<br \/>\nThey will continue to provide items even when empty. Voiding mode must still be applied separately.<\/p>\n<p>### Addon<br \/>\nSome features, which have been deemed to powerful or otherwise unsuited to the main mod,<br \/>\nare available as an official addon.<\/p>\n<p>## Customization<br \/>\nExtended drawers offers two main ways to customize the experience: the configs and datapacks.<\/p>\n<p>The configs can be located under the `config` directory in your installation root, under `extended_drawers`.<br \/>\nThere are two files: one for client side setting and one for settings needed on both the server and client. <\/p>\n<p>All recipes and loot tables can be modified by datapacks like with most mods.<br \/>\nYou can find some of the defaults under `src\/main\/resources` and others under `src\/main\/generated`.<\/p>\n<p>Extended drawers also provides the option to override what items the compacting drawers can compact and how.<br \/>\nThis is done through files placed under `data\/<namespace>\/extended_drawers\/compression_overrides` in json format.<br \/>\nThe files should consist of a single object with items as keys and compression levels as values.<br \/>\nHere are some examples:<\/p>\n<p>&#8220;`json5<br \/>\n{<br \/>\n  \/\/ Adds compacting support to clays. It isn&#8217;t default as you can&#8217;t craft it into balls<br \/>\n  &#8220;clay_ball&#8221;: 1,<br \/>\n  &#8220;clay&#8221;: 4<br \/>\n}<br \/>\n&#8220;`<br \/>\n&#8220;`json5<br \/>\n{<br \/>\n  \/\/ You should never need to do this, but here&#8217;s an example of how a file for iron might look like<br \/>\n  \/\/ You can see that numbers are based off of the amount of first item<br \/>\n  &#8220;iron_nugget&#8221;: 1,<br \/>\n  &#8220;iron_ingot&#8221;: 9,<br \/>\n  &#8220;iron_block&#8221;: 81<br \/>\n}<br \/>\n&#8220;`<br \/>\n&#8220;`json5<br \/>\n{<br \/>\n  \/\/ Disables compacting for gold nuggets.<br \/>\n  \/\/ You have to do this for each tier or something might break.<br \/>\n  &#8220;gold_nugget&#8221;: 1<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Other Info<br \/>\n### Modpack permission<br \/>\nYou can use this mod in any modpack as long as you don&#8217;t reupload the mod.<br \/>\nYou can get a direct download link from modrinth if you need,<br \/>\nbut I&#8217;d prefer you create your modpacks on modrinth or curseforge directly.<\/p>\n<p>### Other websites<br \/>\nThis mod is only officially available on curseforge, modrinth and github.<br \/>\nAny other sites are third-party reuploads and should not be trusted.<\/p>\n<p>### Porting and Forking<br \/>\nYou can read my policy on forking and porting mods.<\/p>\n<p>Current target: 26.1.<\/p>\n<p>### Incompatibilities<br \/>\nI intend to try and stay compatible with as many mods as possible, but might abandon support for some if it becomes too hard.<\/p>\n<p>* **Optifine** will never be officially supported. Might work, might not.<\/p>\n<p>## Licencing<br \/>\nVersions 1.3.0 and older and their source code are licensed under the MIT license. Newer versions<br \/>\nare licensed under the Apache License, Version 2.0. I chose to switch because I want to retain<br \/>\nownership of my code while still allowing forks and addons to use any license they want. <\/p>\n<p>You are free to use the mods code in any way you want as long as you follow the license and<br \/>\ncredit me for the original (link is enough).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adds drawers and more<\/p>\n","protected":false},"featured_media":67115,"template":"","meta":{"_minecraft_slug":"extended-drawers","_minecraft_project_id":"AhtxbnpG","_minecraft_author":"MattiDragon","_minecraft_license":"Apache-2.0","_minecraft_downloads":2436396,"_minecraft_follows":335,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"extended-drawers.zip","_minecraft_size_bytes":140926826,"_minecraft_version_count":174,"_minecraft_updated_at":"2026-05-16T08:18:16.859560Z","_minecraft_date_created":"2022-04-24T11:03:28.919801Z","_minecraft_date_modified":"2026-03-30T16:17:08.033615Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/extended-drawers","_minecraft_icon_attachment_id":67115,"_minecraft_imported_at":"2026-06-03T20:11:24+00:00","_minecraft_import_hash":"fe466763c06179e217c047f64c1d539f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,98,91],"mod_loader":[99,100],"minecraft_version":[53,54,655,55,56,57,58,36,60,94,102,62,37,40,41,73,74,38,78,79,82,83],"class_list":["post-67114","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-quilt","mod_category-storage","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-rc1","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-4","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-9","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Extended Drawers - 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\/extended-drawers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Extended Drawers - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Adds drawers and more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/\",\"name\":\"Extended Drawers - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/extended-drawers-icon-b3d582ccdfb2c1332bb994d97a02ea5f393a4722.png\",\"datePublished\":\"2026-06-03T20:11:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/extended-drawers-icon-b3d582ccdfb2c1332bb994d97a02ea5f393a4722.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/extended-drawers-icon-b3d582ccdfb2c1332bb994d97a02ea5f393a4722.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/extended-drawers\\\/#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\":\"Extended Drawers\"}]},{\"@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":"Extended Drawers - 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\/extended-drawers\/","og_locale":"en_US","og_type":"article","og_title":"Extended Drawers - Minecraft","og_description":"Adds drawers and more","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/","name":"Extended Drawers - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/extended-drawers-icon-b3d582ccdfb2c1332bb994d97a02ea5f393a4722.png","datePublished":"2026-06-03T20:11:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/extended-drawers-icon-b3d582ccdfb2c1332bb994d97a02ea5f393a4722.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/extended-drawers-icon-b3d582ccdfb2c1332bb994d97a02ea5f393a4722.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/extended-drawers\/#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":"Extended Drawers"}]},{"@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\/67114","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\/67115"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=67114"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=67114"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=67114"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=67114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}