|
递归资源 (Recursive Resources)Github |相关wiki |源站链接支持: fabric递归资源是一个针对现代版Minecraft的【Resource Pack Organiser】(
Summary
递归资源是一个通过添加许多便利功能,重塑了原版资源包菜单,让有实力的用户使用更加友好的模组。
- 资源包可以整理成可在游戏内浏览的文件夹
- 包括自定义图标、排序和伪符号链接在内的广泛文件夹定制
- 一次启用完整的资源包文件夹,有效地创建“配置文件”
- 文件夹视图(在文件夹内外导航)和平面视图(显示单个列表中的所有文件夹的包)
- 搜索包名称和描述(支持通配符)
功能
文件夹
该模组的大部分功能围绕文件夹展开。
与原版不同,您在`.minecraft/resourcepacks`文件夹中创建的任何子文件夹都将显示在游戏中,允许您在其中导航以选择资源包。
由于技术限制,该模组*无法在游戏中创建或管理文件夹或移动包*,必须通过外部文件浏览器完成。
您对目录结构所做的任何更改都将实时更新到游戏中。
https://github.com/enjarai/recursive-resources/raw/master/img/folders-1.png]
注意:未解压的资源包*仍然*将被正确检测并显示在列表中作为资源包。
快速启用/禁用
您可能已经注意到资源包列表顶部新增的按钮。
这些按钮可用于快速启用或禁用当前文件夹中的所有资源包。
将鼠标悬停在文件夹图标上时,还会看到类似的按钮,它可以启用该文件夹中的所有包。
以这种方式启用的包将按照它们在文件夹中出现的顺序应用,此顺序可以使用下面描述的`folder.json`文件进行自定义。
https://github.com/enjarai/recursive-resources/raw/master/img/quick-1.png]
https://github.com/enjarai/recursive-resources/raw/master/img/quick-2.png]
文件夹图标
您可以通过在文件夹中放置一个名为`icon.png`的图像来赋予文件夹自定义图标。
此图像将显示在资源包列表中,并可用于快速识别文件夹。
https://github.com/enjarai/recursive-resources/raw/master/img/icons-1.png]
folder.json 配置
您可能已经在上面的屏幕截图中看到名为`folder.json`的文件,
此文件用于为其所在文件夹配置一些额外属性。
创建并进入新文件夹时,其中的一个文件将自动创建。
在文本编辑器中打开它,您应该会看到一个类似于此结构:
{
\"icon\": \"icon.png\",
\"description\": \"\",
\"packs\": [
\"circular hotbar.zip\",
\"Not Microsoft\"
],
\"hidden\": false
}Copy已复制!
这些字段表示以下内容:
- `icon` - 用于此文件夹的图标文件的名称,相对于此文件夹。
- `description` - 文件夹的说明,在其名称下显示。
- `hidden` - 是否隐藏此文件夹。
`packs`字段有点复杂。
它包含当前文件夹中所有包的列表,按照它们将被显示和应用的顺序。
虽然您可以随意重新排序这些包,但如果其文件仍在文件夹中,删除一个包将导致它自动添加回来。
伪符号链接
在某些情况下,您可能希望一个包同时出现在多个文件夹中。
虽然您可以简单地复制包,但这会使用两倍的磁盘空间,可能不太实际。
这就是为什么`folder.json`中的`packs`字段支持引用当前文件夹之外的包。
例如,您可以像下面的示例那样修改上面的`folder.json`:
{
\"icon\": \"icon.png\",
\"description\": \"\",
\"packs\": [
\"vanillatweaks packs/VanillaTweaks_general.zip\",
\"circular hotbar.zip\",
\"Not Microsoft\"
],
\"hidden\": false
}Copy已复制!
这将导致`VanillaTweaks_general.zip`包同时出现在`vanillatweaks packs`文件夹和当前文件夹中。
https://github.com/enjarai/recursive-resources/raw/master/img/symlinks-1.png]
许可证
该模组遵循[Mozilla Public License](链接),版本2.0。
截图:
https://i.sodamc.com/modrinth/FEPzCyF4Hc.jpg?x-oss-process=style/forge2]
来自Modrinth所有游戏版本1.21.61.21.71.21.41.21.21.21.31.211.21.11.20.31.20.41.20.21.201.20.11.19.41.191.19.11.19.21.19.31.18.2所有类型fabric2.7.2 for 1.21.7recursive-resources-2.7.2+1.21.7.jar下载2.7.2+1.21.7#Release- Fix a crash in production. (Thanks @jacg311!)展开版本: 2.7.2+1.21.7支持游戏: 1.21.6, 1.21.7类型:FabricRelease下载次数: 8572.7.1 for 1.21.7recursive-resources-2.7.1+1.21.7.jar下载2.7.1+1.21.7#Release- Updated to 1.21.6-7. (Thanks @ImBonana!)展开版本: 2.7.1+1.21.7支持游戏: 1.21.6, 1.21.7类型:FabricRelease下载次数: 1172.7.1 for 1.21.4recursive-resources-2.7.1+1.21.4.jar下载2.7.1+1.21.4#Release- Added support for overlay type resource packs. (Thanks @ImBonana!)展开版本: 2.7.1+1.21.4支持游戏: 1.21.4类型:FabricRelease下载次数: 1,0412.7.0 for 1.21.4recursive-resources-2.7.0+1.21.4.jar下载2.7.0+1.21.4#Release- Added support for 1.21.4. (Thanks @YoungSoulluoS!)展开版本: 2.7.0+1.21.4支持游戏: 1.21.4类型:FabricRelease下载次数: 16,9242.6.0 for 1.21.3recursive-resources-2.6.0+1.21.3.jar下载2.6.0+1.21.3#Release- Added support for 1.21.3. (Thanks @YoungSoulluoS!)展开版本: 2.6.0+1.21.3支持游戏: 1.21.2, 1.21.3类型:FabricRelease下载次数: 2,6792.5.3 for 1.21recursive-resources-2.5.3+1.21.jar下载2.5.3+1.21#Release- Added support for 1.21. (Thanks @Oxeus!)展开版本: 2.5.3+1.21支持游戏: 1.21, 1.21.1类型:FabricRelease下载次数: 29,9462.5.2 for 1.20.4recursive-resources-2.5.2+1.20.4.jar下载2.5.2+1.20.4#Release- Updated to 1.20.4展开版本: 2.5.2+1.20.4支持游戏: 1.20.3, 1.20.4类型:FabricRelease下载次数: 23,1092.5.2 for 1.20.2recursive-resources-2.5.2+1.20.2.jar下载2.5.2+1.20.2#Release- Updated to 1.20.2展开版本: 2.5.2+1.20.2支持游戏: 1.20.2类型:FabricRelease下载次数: 10,3192.5.2 for 1.20recursive-resources-2.5.2+1.20.jar下载2.5.2+1.20#Release- Added the ability to cancel changes by exiting the pack screen using escape instead of the done button.- Fixed the whole pack list being recognised as a header.展开版本: 2.5.2+1.20支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 174,0162.5.1 for 1.20recursive-resources-2.5.1+1.20.jar下载2.5.1+1.20#Release- Marked compatible with 1.20.1展开版本: 2.5.1+1.20支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 1,7162.5.0 for 1.20recursive-resources-2.5.0+1.20.jar下载2.5.0+1.20#Release- Updated to 1.20.- Merged the \"enable all\" and \"disable all\" buttons into the \"available\" and \"selected\" titles.- This should help fix some overlapping ui with other mods, and removes clutter.展开版本: 2.5.0+1.20支持游戏: 1.20类型:FabricRelease下载次数: 2532.4.3 for 1.19.4recursive-resources-2.4.3+1.19.4.jar下载2.4.3+1.19.4#Release- Fixed a crash when builtin resource packs contain illegal characters.- Added additional debug logging for packs that we don\'t know how to handle.展开版本: 2.4.3+1.19.4支持游戏: 1.19.4类型:FabricRelease下载次数: 6,3862.4.3 for 1.19-1.19.2recursive-resources-2.4.3+1.19.jar下载2.4.3+1.19#Release- Fixed a crash when builtin resource packs contain illegal characters.- Added additional debug logging for packs that we don\'t know how to handle.展开版本: 2.4.3+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricRelease下载次数: 2,8612.4.2 for 1.19.4recursive-resources-2.4.2+1.19.4.jar下载2.4.2+1.19.4#Release- Fixed an issue causing builtin packs provided by other mods to never show up.展开版本: 2.4.2+1.19.4支持游戏: 1.19.4类型:FabricRelease下载次数: 2272.4.2 for 1.19-1.19.2recursive-resources-2.4.2+1.19.jar下载2.4.2+1.19#Release- Fixed an issue causing builtin packs provided by other mods to never show up.展开版本: 2.4.2+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricRelease下载次数: 1242.4.1 for 1.19.4recursive-resources-2.4.1+1.19.4.jar下载2.4.1+1.19.4#Release- Fixed an edge case that shouldn\'t have triggered, but ended up causing a crash upon opening the pack screen. |
楼主
2025-8-10 19:03:25
回复(0)
收起回复
|