Mod

Recursive Resources

Quick rating

Recursive Resources

No reviews yet

Enhances the Resource Pack menu with folder support.

No Theme
No Genre
QoL & Tweaks
UI & Menu Tool
Mod Fork/Port
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
Mozilla Public License 2.0
Latest Version
2.7.2 for 1.21.7
Authors
CurseForge
Modrinth

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

Source Issues Wiki Discord

About

Description

Recursive Resources

An opinionated port of the Resource Pack Organiser mod to modern versions of Minecraft.

Discord: https://discord.gg/WcYsDDQtyR

Summary

Recursive Resources is a mod that revamps the vanilla resource pack menu to be more friendly to power users with the addition of many Quality of Life features, such as:

  • The ability to organize resource packs into folders that you can navigate within the game
  • Extensive folder customization including custom icons, ordering and pseudo-symlinking
  • Enabling full folders of resource packs at once, effectively creating "profiles"
  • Folder view (navigate in and out of folders) and flat view (packs from all folders shown in a single list)
  • Searching pack names and description (with wildcard support)

Main image

Features

Folders

Most of the features in this mod revolve around folders. Unlike vanilla, any subfolders you create in the .minecraft/resourcepacks folder will be shown ingame, letting you navigate in and out of them to select packs. Due to technical limitations, this mod cannot create or manage folders or move packs ingame, this must be done via an external file browser. Any changes you make to the directory structure will be updated in realtime ingame.

Folders example 1

Note: Unzipped resource packs will still be properly detected and shown in the list as a resource pack.

Quick enable/disable

You may have noticed the new buttons added to the top of the resource pack list. These can be used to quickly enable or disable all resource packs in the current folder. A similar button can also be seen by hovering over the icon of a folder, which will enable all packs in that folder.

Packs enabled this way will apply in the order they appear in the folder, this order can be customized using the folder.json files as described below.

Quick toggle example 1

Quick toggle example 2

Folder icons

You can give folders custom icons by placing an image named icon.png inside them. This image will be shown in the resource pack list, and can be used to quickly identify folders.

Folder icons example 1

folder.json configuration

You've probably seen a file named folder.json in the screenshots above, this file is used to configure some extra properties for the folder it is inside of. One of these files will be automatically created when you create and enter a new folder. Opening it up in a text editor, you should see a structure similar to this:

{
  "icon": "icon.png",
  "description": "",
  "packs": [
    "circular hotbar.zip",
    "Not Microsoft"
  ],
  "hidden": false
}

These fields represent the following:

  • icon - The name of the icon file to use for this folder, relative to this folder.
  • description - A description of the folder, shown under its name.
  • hidden - Whether or not to hide this folder from the list.

The packs field is a little more complicated. It contains a list of all packs in the current folder, in the order in which they'll be displayed and applied. While you can reorder these as you please, removing one will cause it to be added back automatically so long as its file is still in the folder.

Pseudo-symlinks

In some cases, you may want to have a pack appear in multiple folders at once. While you could just copy the pack, this would use twice the disk space, and might be impractical. This is why the packs field in the folder.json supports referencing packs outside of the current folder.

For example, you could modify the folder.json from the above examples like this:

{
  "icon": "icon.png",
  "description": "",
  "packs": [
    "vanillatweaks packs/VanillaTweaks_general.zip",
    "circular hotbar.zip",
    "Not Microsoft"
  ],
  "hidden": false
}

This would cause the VanillaTweaks_general.zip pack to appear in both the vanillatweaks packs folder and the current folder:

Pseudo-symlinks example 1

License

This mod is under the Mozilla Public License, version 2.0

Recursive Resources

An opinionated port of the Resource Pack Organiser mod to modern versions of Minecraft.

Summary

Recursive Resources is a mod that revamps the vanilla resource pack menu to be more friendly to power users with the addition of many Quality of Life features, such as:

  • The ability to organize resource packs into folders that you can navigate within the game
  • Extensive folder customization including custom icons, ordering and pseudo-symlinking
  • Enabling full folders of resource packs at once, effectively creating "profiles"
  • Folder view (navigate in and out of folders) and flat view (packs from all folders shown in a single list)
  • Searching pack names and description (with wildcard support)

Main image

Features

Folders

Most of the features in this mod revolve around folders. Unlike vanilla, any subfolders you create in the .minecraft/resourcepacks folder will be shown ingame, letting you navigate in and out of them to select packs. Due to technical limitations, this mod cannot create or manage folders or move packs ingame, this must be done via an external file browser. Any changes you make to the directory structure will be updated in realtime ingame.

Folders example 1

Note: Unzipped resource packs will still be properly detected and shown in the list as a resource pack.

Quick enable/disable

You may have noticed the new buttons added to the top of the resource pack list. These can be used to quickly enable or disable all resource packs in the current folder. A similar button can also be seen by hovering over the icon of a folder, which will enable all packs in that folder.

Packs enabled this way will apply in the order they appear in the folder, this order can be customized using the folder.json files as described below.

Quick toggle example 1

Quick toggle example 2

Folder icons

You can give folders custom icons by placing an image named icon.png inside them. This image will be shown in the resource pack list, and can be used to quickly identify folders.

Folder icons example 1

folder.json configuration

You've probably seen a file named folder.json in the screenshots above, this file is used to configure some extra properties for the folder it is inside of. One of these files will be automatically created when you create and enter a new folder. Opening it up in a text editor, you should see a structure similar to this:

{
  "icon": "icon.png",
  "description": "",
  "packs": [
    "circular hotbar.zip",
    "Not Microsoft"
  ],
  "hidden": false
}

These fields represent the following:

  • icon - The name of the icon file to use for this folder, relative to this folder.
  • description - A description of the folder, shown under its name.
  • hidden - Whether or not to hide this folder from the list.

The packs field is a little more complicated. It contains a list of all packs in the current folder, in the order in which they'll be displayed and applied. While you can reorder these as you please, removing one will cause it to be added back automatically so long as its file is still in the folder.

Pseudo-symlinks

In some cases, you may want to have a pack appear in multiple folders at once. While you could just copy the pack, this would use twice the disk space, and might be impractical. This is why the packs field in the folder.json supports referencing packs outside of the current folder.

For example, you could modify the folder.json from the above examples like this:

{
  "icon": "icon.png",
  "description": "",
  "packs": [
    "vanillatweaks packs/VanillaTweaks_general.zip",
    "circular hotbar.zip",
    "Not Microsoft"
  ],
  "hidden": false
}

This would cause the VanillaTweaks_general.zip pack to appear in both the vanillatweaks packs folder and the current folder:

Pseudo-symlinks example 1

License

This mod is under the Mozilla Public License, version 2.0

Screenshots

Gallery

  • The modified resource packs screen
    The modified resource packs screen

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

~970,000
Total Downloads
CurseForge
~16,000
Modrinth
~960,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync