{"id":130524,"date":"2026-06-07T19:32:36","date_gmt":"2026-06-07T16:32:36","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/"},"modified":"2026-06-07T19:32:36","modified_gmt":"2026-06-07T16:32:36","slug":"recursiveresources","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/","title":{"rendered":"Recursive Resources"},"content":{"rendered":"<p># Recursive Resources<\/p>\n<p>An opinionated port of the Resource Pack Organiser mod to modern versions of Minecraft.<\/p>\n<p>## Summary<\/p>\n<p>Recursive Resources is a mod that revamps the vanilla resource pack menu to be more friendly to power users<br \/>\nwith the addition of many Quality of Life features, such as:<\/p>\n<p>&#8211; The ability to organize resource packs into folders that you can navigate within the game<br \/>\n&#8211; Extensive folder customization including custom icons, ordering and pseudo-symlinking<br \/>\n&#8211; Enabling full folders of resource packs at once, effectively creating &#8220;profiles&#8221;<br \/>\n&#8211; Folder view (navigate in and out of folders) and flat view (packs from all folders shown in a single list)<br \/>\n&#8211; Searching pack names and description (with wildcard support)<\/p>\n<p>![Main image](https:\/\/github.com\/enjarai\/recursive-resources\/raw\/master\/img\/example.png)<\/p>\n<p>## Features<\/p>\n<p>### Folders<\/p>\n<p>Most of the features in this mod revolve around folders.<br \/>\nUnlike vanilla, any subfolders you create in the `.minecraft\/resourcepacks` folder will be shown ingame,<br \/>\nletting you navigate in and out of them to select packs.<br \/>\nDue to technical limitations, this mod **cannot create or manage folders or move packs ingame**,<br \/>\nthis must be done via an external file browser.<br \/>\nAny changes you make to the directory structure will be updated in realtime ingame.<\/p>\n<p>![Folders example 1](https:\/\/github.com\/enjarai\/recursive-resources\/raw\/master\/img\/folders-1.png)<\/p>\n<p>Note: Unzipped resource packs **will** still be properly detected and shown in the list as a resource pack.<\/p>\n<p>### Quick enable\/disable<\/p>\n<p>You may have noticed the new buttons added to the top of the resource pack list.<br \/>\nThese can be used to quickly enable or disable all resource packs in the current folder.<br \/>\nA similar button can also be seen by hovering over the icon of a folder,<br \/>\nwhich will enable all packs in that folder.<\/p>\n<p>Packs enabled this way will apply in the order they appear in the folder,<br \/>\nthis order can be customized using the `folder.json` files as described below.<\/p>\n<p>![Quick toggle example 1](https:\/\/github.com\/enjarai\/recursive-resources\/raw\/master\/img\/quick-1.png)<\/p>\n<p>![Quick toggle example 2](https:\/\/github.com\/enjarai\/recursive-resources\/raw\/master\/img\/quick-2.png)<\/p>\n<p>### Folder icons<\/p>\n<p>You can give folders custom icons by placing an image named `icon.png` inside them.<br \/>\nThis image will be shown in the resource pack list, and can be used to quickly identify folders.<\/p>\n<p>![Folder icons example 1](https:\/\/github.com\/enjarai\/recursive-resources\/raw\/master\/img\/icons-1.png)<\/p>\n<p>### folder.json configuration<\/p>\n<p>You&#8217;ve probably seen a file named `folder.json` in the screenshots above,<br \/>\nthis file is used to configure some extra properties for the folder it is inside of.<br \/>\nOne of these files will be automatically created when you create and enter a new folder.<br \/>\nOpening it up in a text editor, you should see a structure similar to this:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;icon&#8221;: &#8220;icon.png&#8221;,<br \/>\n  &#8220;description&#8221;: &#8220;&#8221;,<br \/>\n  &#8220;packs&#8221;: [<br \/>\n    &#8220;circular hotbar.zip&#8221;,<br \/>\n    &#8220;Not Microsoft&#8221;<br \/>\n  ],<br \/>\n  &#8220;hidden&#8221;: false<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>These fields represent the following:<\/p>\n<p>&#8211; `icon` &#8211; The name of the icon file to use for this folder, relative to this folder.<br \/>\n&#8211; `description` &#8211; A description of the folder, shown under its name.<br \/>\n&#8211; `hidden` &#8211; Whether or not to hide this folder from the list.<\/p>\n<p>The `packs` field is a little more complicated.<br \/>\nIt contains a list of all packs in the current folder, in the order in which they&#8217;ll be displayed and applied.<br \/>\nWhile you can reorder these as you please,<br \/>\nremoving one will cause it to be added back automatically so long as its file is still in the folder.<\/p>\n<p>### Pseudo-symlinks<\/p>\n<p>In some cases, you may want to have a pack appear in multiple folders at once.<br \/>\nWhile you could just copy the pack, this would use twice the disk space, and might be impractical.<br \/>\nThis is why the `packs` field in the `folder.json` supports referencing packs outside of the current folder.<\/p>\n<p>For example, you could modify the `folder.json` from the above examples like this:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;icon&#8221;: &#8220;icon.png&#8221;,<br \/>\n  &#8220;description&#8221;: &#8220;&#8221;,<br \/>\n  &#8220;packs&#8221;: [<br \/>\n    &#8220;vanillatweaks packs\/VanillaTweaks_general.zip&#8221;,<br \/>\n    &#8220;circular hotbar.zip&#8221;,<br \/>\n    &#8220;Not Microsoft&#8221;<br \/>\n  ],<br \/>\n  &#8220;hidden&#8221;: false<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>This would cause the `VanillaTweaks_general.zip` pack to appear in<br \/>\nboth the `vanillatweaks packs` folder and the current folder:<\/p>\n<p>![Pseudo-symlinks example 1](https:\/\/github.com\/enjarai\/recursive-resources\/raw\/master\/img\/symlinks-1.png)<\/p>\n<p>## License<\/p>\n<p>This mod is under the Mozilla Public License, version 2.0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enhances the Resource Pack menu with folder support.<\/p>\n","protected":false},"featured_media":130525,"template":"","meta":{"_minecraft_slug":"recursiveresources","_minecraft_project_id":"CcL3MXyI","_minecraft_author":"enjarai","_minecraft_license":"MPL-2.0","_minecraft_downloads":838250,"_minecraft_follows":475,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"recursiveresources.zip","_minecraft_size_bytes":2759750,"_minecraft_version_count":18,"_minecraft_updated_at":"2026-05-16T14:47:26.929214Z","_minecraft_date_created":"2022-09-12T17:14:50.327352Z","_minecraft_date_modified":"2025-07-07T20:20:36.458260Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/recursiveresources","_minecraft_icon_attachment_id":130525,"_minecraft_imported_at":"2026-06-07T16:32:39+00:00","_minecraft_import_hash":"c7625b6361cb8374ae0d4f99018edb23","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,92],"mod_loader":[99],"minecraft_version":[53,54,55,56,57,58,59,36,60,93,94,62,37,73,74,38,79,80],"class_list":["post-130524","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-utility","mod_loader-fabric","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-6","minecraft_version-1-21-7"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recursive Resources - 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\/recursiveresources\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recursive Resources - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Enhances the Resource Pack menu with folder support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/\",\"name\":\"Recursive Resources - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recursiveresources-icon-b95b7e00f75cef5cfcd7628e2dc4f36381c24823.png\",\"datePublished\":\"2026-06-07T16:32:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recursiveresources-icon-b95b7e00f75cef5cfcd7628e2dc4f36381c24823.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/recursiveresources-icon-b95b7e00f75cef5cfcd7628e2dc4f36381c24823.png\",\"width\":1280,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/recursiveresources\\\/#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\":\"Recursive Resources\"}]},{\"@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":"Recursive Resources - 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\/recursiveresources\/","og_locale":"en_US","og_type":"article","og_title":"Recursive Resources - Minecraft","og_description":"Enhances the Resource Pack menu with folder support.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/","name":"Recursive Resources - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recursiveresources-icon-b95b7e00f75cef5cfcd7628e2dc4f36381c24823.png","datePublished":"2026-06-07T16:32:36+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recursiveresources-icon-b95b7e00f75cef5cfcd7628e2dc4f36381c24823.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/recursiveresources-icon-b95b7e00f75cef5cfcd7628e2dc4f36381c24823.png","width":1280,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/recursiveresources\/#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":"Recursive Resources"}]},{"@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\/130524","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\/130525"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=130524"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=130524"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=130524"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=130524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}