Back to mods
Recursive Resources project artwork

CurseForge · Minecraft mod

Recursive Resources

Enhances the Resource Pack menu with folder support.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Recursive Resources release should I use?

Updated 1 year ago
Latest stable file 2.7.2 for 1.21.7
Game version 1.21.7, 1.21.6
Loader Fabric

Recursive Resources 2.7.2 for 1.21.7 targets 1.21.7, 1.21.6 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.

Where it goes

Is Recursive Resources required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Recursive Resources 2.7.2 for 1.21.7 need?

2.7.2 for 1.21.7. Change the file and its required mods may change too.

All 2 required mods have matching files

Install Fabric API, CICADA first. We found matching files for this game-version and loader setup.

Fabric API Needed by Recursive Resources 2.7.2 for 1.21.7
required
Matching file found Matched file: [1.21.7] Fabric API 0.129.0+1.21.7
CICADA Needed by Recursive Resources 2.7.2 for 1.21.7
required
Matching file found Matched file: 0.14.3 for 1.21.6 to 1.21.8

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Recursive Resources without breaking your instance.

Built for Recursive Resources 2.7.2 for 1.21.7. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 2.7.2 for 1.21.7. It targets 1.21.7, 1.21.6 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API, CICADA first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 2.7.2 for 1.21.7. It opens that exact file at the source.

About this project

What does Recursive Resources add?

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

Project description from CurseForge.

Pick your setup

Recursive Resources by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

18 available setups

Showing the newest 12 of 18 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Recursive Resources versions and loaders

34 of 34 releases match

Looking for an older file? The official CurseForge project page is in Resources.