Перейти к содержимому
Mineforgian

Recursive Resources

Enhances the Resource Pack menu with folder support.

941K загрузок478 подписчиковMPL-2.0fabric

Обновлён 7 июля 2025 г. · опубликован 12 сентября 2022 г.

  • The modified resource packs screen

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

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.7.2+1.21.7Релиз1.21.6, 1.21.7fabric7 июля 2025 г..jar (74 КБ)
2.7.1+1.21.7Релиз1.21.6, 1.21.7fabric6 июля 2025 г..jar (74 КБ)
2.7.1+1.21.4Релиз1.21.4fabric6 июля 2025 г..jar (74 КБ)
2.7.0+1.21.4Релиз1.21.4fabric22 декабря 2024 г..jar (77 КБ)
2.6.0+1.21.3Релиз1.21.2, 1.21.3fabric17 ноября 2024 г..jar (77 КБ)
2.5.3+1.21Релиз1.21, 1.21.1fabric24 июня 2024 г..jar (75 КБ)
2.5.2+1.20.4Релиз1.20.3, 1.20.4fabric1 января 2024 г..jar (120 КБ)
2.5.2+1.20.2Релиз1.20.2fabric17 октября 2023 г..jar (210 КБ)
2.5.2+1.20Релиз1.20, 1.20.1fabric4 июля 2023 г..jar (207 КБ)
2.5.1+1.20Релиз1.20, 1.20.1fabric13 июня 2023 г..jar (206 КБ)
2.5.0+1.20Релиз1.20fabric7 июня 2023 г..jar (206 КБ)
2.4.3+1.19.4Релиз1.19.4fabric15 мая 2023 г..jar (203 КБ)
2.4.3+1.19Релиз1.19, 1.19.1, 1.19.2fabric15 мая 2023 г..jar (202 КБ)
2.4.2+1.19.4Релиз1.19.4fabric8 мая 2023 г..jar (203 КБ)
2.4.2+1.19Релиз1.19, 1.19.1, 1.19.2fabric8 мая 2023 г..jar (202 КБ)

Показаны последние 15 из 34 версий. Все версии — на Modrinth.

Ченджлог

2.7.2+1.21.7Релиз1.21.6, 1.21.7 · 7 июля 2025 г.
  • Fix a crash in production. (Thanks @jacg311!)
2.7.1+1.21.7Релиз1.21.6, 1.21.7 · 6 июля 2025 г.
  • Updated to 1.21.6-7. (Thanks @ImBonana!)
2.7.1+1.21.4Релиз1.21.4 · 6 июля 2025 г.
  • Added support for overlay type resource packs. (Thanks @ImBonana!)
2.7.0+1.21.4Релиз1.21.4 · 22 декабря 2024 г.
  • Added support for 1.21.4. (Thanks @YoungSoulluoS!)
2.6.0+1.21.3Релиз1.21.2, 1.21.3 · 17 ноября 2024 г.
  • Added support for 1.21.3. (Thanks @YoungSoulluoS!)
2.5.3+1.21Релиз1.21, 1.21.1 · 24 июня 2024 г.
  • Added support for 1.21. (Thanks @Oxeus!)
2.5.2+1.20.4Релиз1.20.3, 1.20.4 · 1 января 2024 г.
  • Updated to 1.20.4
2.5.2+1.20.2Релиз1.20.2 · 17 октября 2023 г.
  • Updated to 1.20.2

Полная история изменений — на Modrinth.

Комментарии

Загружаем…