登陆 注册 QQ登陆
快捷导航
查看: 0|回复: 0

[模组分享] 资源下载器(Resource Downloader)-MOD模组

[复制链接]

4932

主题

60

回帖

9555

积分

龙❁妻

Rank: 8Rank: 8

经验
9555 EP
金粒
4980 粒
绿宝石
20 块
爱心
0 点
发表于 昨天 19:06 | 显示全部楼层 |阅读模式 IP:浙江宁波
资源下载器(Resource Downloader)Github |相关wiki |源站链接支持: fabricResource Downloader是一款复杂的Fabric Minecraft模组,可以从一个或多个URL下载一个或多个模组资源包,同时还有一个远程配置功能。



如何开始 - 适用于服务器所有者

[1] 服务器所有者

您可以使用此模组确保您的玩家始终使用预期的模组和资源包! 这里有一个快速指南。

首先,下载与服务器版本对应的模组,然后使用它启动Minecraft。现在进入“选项”,然后点击“资源下载器设置”。

您应该看到这个屏幕:

https://cdn.modrinth.com/data/6AED3bx1/images/f1532d3a45004994a20892aa7df31f0b9d3f9c02.png]

现在,您可以点击顶部按钮(在“类别”文本正下方)循环浏览不同的类别。

将链接放入“URLs”类别(使用逗号分隔多个链接)。注意:只有Dropbox链接经过测试,但任何能够立即下载文件的其他URL也应该可以使用。 (附注: 如果使用Dropbox链接,请确保将“dl=0”更改为“dl=1”)。

链接可以指向多个文件或文件夹(*只有Dropbox文件夹经过测试)。但是,现在请注意GUI缺少一些选项。因此,在通过GUI进行配置后,请关闭游戏,然后转到您的minecraft文件夹 > config > rpdl > pack.json。根据“urlPaths”中的链接指向一个/多个文件夹,或者是独立文件(在这种情况下,您会将“folder”设置为false)来设置“folder”,可以是true或false。您不能混合两者。

在分发配置文件之前,请确保在GUI设置中将“Redownload RPs”和“Redownload Mods”更改为true。完成之后,您就完成了(除非您想了解远程配置)!只需告诉别人将您的配置文件放在他们的minecraft文件夹 > config > rpdl > pack.json下,并下载此模组。

[1] [远程配置]

那么,您想使用这个令人惊叹的功能吗?在Dropbox上上传文件时,它会被分配一个唯一的URL,对吧?所以,请这样做。在配置您的配置文件之后,将pack.json上传到某个地方。上传后,将该上传的pack.json的URL放入“资源下载器设置GUI”中的“远程配置URL”。现在,由于这是您要与他人共享的配置文件,您希望确保他们的配置文件是最新的,请确保设置了检查更新的任何频率(不要太频繁!)和显示通知(玩家可以随意开关)。完成后,请关闭游戏,并用更新后的pack.json替换上传的pack.json(如果您在Dropbox上这样做,文件将被覆盖,但URL将保持不变)。

所以现在,只需告诉别人下载此模组,并将pack.json的链接放入“远程配置URL”中的设置中,重新启动游戏,完成!

如果您想要更新配置文件,更改任何您可能想要更改的设置,并再次替换上传的配置文件,但是请确保将“version”值增加1,否则它将不会在玩家的计算机上更新。

如何开始 - 适用于玩家

[2a]对于玩家

如果您被告知下载此模组,只需将其下载并将提供的“pack.json”文件放置在您的minecraft文件夹 > config > rpdl中。

如果您收到一个指向“pack.json”的URL,并被告知将其放在模组的配置文件中某个地方,请下载此模组,启动Minecraft,进入“选项” > “资源下载器设置”,点击“类别”文本下的按钮,直到您进入“远程配置”类别,然后将给定的URL放入“远程配置URL”字段中,然后重新启动游戏!

重新启动后,如果下载了模组,您可能需要再次重新启动游戏!

再次重新启动后,随时返回选项以启用/禁用通知,并设置检查远程配置更新的频率。

[2b]对于不是来加入服务器的玩家

您也可以使用此模组轻松从各种链接下载模组,或者资源包,在这种情况下,您可能不需要使用远程配置。在这种情况下,可以根据服务器所有者/高级用户的任何指导进行操作。

对于高级用户

如果您不想使用GUI,可以使用此指南!

在您的“config”文件夹下的“rpdl”文件夹中,您会看到两个文件,打开*pack.json*。

在*pack.json*中,您会看到“urlPaths”(用于您的URL),“folder”(您的URL是否指向文件夹),“frequency”和“hashcheck”。

例如:

{
    \"urlPaths\": [\"https://modrinth.com/\", \"https://modrinth.com/mod/resource-downloader/\"],
    \"redownloadrp\": false,
    \"enableResourcePacks\": false,
    \"folder\": true,
    \"frequency\":60,
    \"hashcheck\": false,
    \"modURLs\": [\"https://modrinth.com/mod/resource-downloader/\"],
    \"redownloadmods\": false,
    \"remoteconf\":[\" \"],
    \"version\": 1
}Copy已复制!

请注意,只有Dropbox文件和文件夹以及Google Drive文件经过了测试。确保放置的链接是公开的。

任何当访问时直接下载文件/文件夹的其他URL都可以使用。目前更喜欢在URL中包含文件名的URL。

现在,“frequency”是您想要模组重新下载pack.json中的资源包的频率。默认值为“60”,表示60分钟。

频率的工作方式示例是,假设您设置60分钟。当您首次启动游戏时,仍会下载资源包,然后,当您再次启动游戏时,将在60分钟后重新下载资源包。

“hashcheck”,如果为true,则会忽略“folder”和“frequency”的值,并假定网址指向一个Dropbox文件夹/任何.zip文件,它将是一个资源包。每次启动Minecraft时,它会下载资源包并通过比较它们的哈希值来检查是否有任何更改。

“modURLs”应该包含一个或多个URL,指向包含多个模组的.zip文件,或者指向模组的多个链接(.jar文件)。

“redownloadmods”默认值为false。它确定是否应在下次启动游戏时下载模组。如果为true,在下次启动时,将重新下载“modURLs”中的所有模组,然后再次将其设置为false。

很快会制作一个维基以记录其他功能。

一些需要注意的事项

[1] 当Minecraft启动时,它开始下载资源包/模组,因此Minecraft将暂停直到所有资源包/模组都下载并正确放置在您的resourcepacks和mods文件夹中。

Minecraft启动后,您应该看到所有的资源包,只需应用它们即可!至于模组,请重新启动游戏,因为它们只有在第二次启动时才会加载。

[2] 如果此模组被滥用,我不负责任。它只能在指定使用此模组的模组包中使用,即使它内置了一些玩家安全功能。

截图:

https://i.sodamc.com/modrinth/hIjhJUrnqf.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/PLUAhzVdnk.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/bOtVDFdwgE.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/h6zUH6CzWg.jpg?x-oss-process=style/forge2]https://i.sodamc.com/modrinth/jVcNg6LTcA.jpg?x-oss-process=style/forge2]

来自Modrinth所有游戏版本1.19.21.201.20.11.19.41.18.21.19.31.20.2所有类型fabric[U] [1.19.2] Resource Downloader - 3.0.3urpdl-fabric-1.19.2-3.0.3u.jar下载3.0.3u#Alpha**This version is intended for Linux users and has the notice feature disabled!**The \"notice\" feature is that, when you first launch the mod you need to manually agree to proceed for the mod to load the configuration, and then an encrypted file is generated to know if you\'ve agreed. However, the process does not work on Linux for now, therefore if you are on Linux you must use this version.I am not responsible if this mod is misused!展开版本: 3.0.3u支持游戏: 1.19.2类型:FabricAlpha下载次数: 146[1.20] [1.20.1] Resource Downloader - 3.0.3rpdl-fabric-1.20-3.0.3.jar下载3.0.3#Release## Minor Update### Version 3.0.3**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Fixed remote configuration text showing even when remote configuration is off展开版本: 3.0.3支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 1,454[1.19.4] Resource Downloader - 3.0.3rpdl-fabric-1.19.4-3.0.3.jar下载3.0.3#Release## Minor Update### Version 3.0.3**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Fixed remote configuration text showing even when remote configuration is off展开版本: 3.0.3支持游戏: 1.19.4类型:FabricRelease下载次数: 139[1.19.2] Resource Downloader - 3.0.3rpdl-fabric-1.19.2-3.0.3.jar下载3.0.3#Release## Minor Update### Version 3.0.3**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Fixed remote configuration text showing even when remote configuration is off展开版本: 3.0.3支持游戏: 1.19.2类型:FabricRelease下载次数: 98[1.18.2] Resource Downloader - 3.0.3rpdl-fabric-1.18.2-3.0.3.jar下载3.0.3#Release## Minor Update### Version 3.0.3**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Fixed remote configuration text showing even when remote configuration is off展开版本: 3.0.3支持游戏: 1.18.2类型:FabricRelease下载次数: 123[1.20] [1.20.1] Resource Downloader - 3.0.2rpdl-fabric-1.20-3.0.2.jar下载3.0.2#Release## Major Update### Version 3.0.2**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added tooltips- Added mod version checking- Added mod updating**- Fixed misplaced options button- Fixed resource pack loading**The mod will now automatically apply the downloaded resource packs.**Mod updating as in backing up your mods folder and redownloading the linked mods (if Redownload Mods is true)展开版本: 3.0.2支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 125[1.19.4] Resource Downloader - 3.0.2rpdl-fabric-1.19.4-3.0.2.jar下载3.0.2#Release## Major Update### Version 3.0.2**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added tooltips- Added mod version checking- Added mod updating**- Fixed misplaced options button- Fixed resource pack loading**The mod will now automatically apply the downloaded resource packs.**Mod updating as in backing up your mods folder and redownloading the linked mods (if Redownload Mods is true)展开版本: 3.0.2支持游戏: 1.19.4类型:FabricRelease下载次数: 61[1.19.2] Resource Downloader - 3.0.2rpdl-fabric-1.19.2-3.0.2.jar下载3.0.2#Release## Major Update### Version 3.0.2**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added tooltips- Added mod version checking- Added mod updating**- Fixed resource pack loading**The mod will now automatically apply the downloaded resource packs.**Mod updating as in backing up your mods folder and redownloading the linked mods (if Redownload Mods is true)展开版本: 3.0.2支持游戏: 1.19.2类型:FabricRelease下载次数: 59[1.18.2] Resource Downloader - 3.0.2rpdl-fabric-1.18.2-3.0.2.jar下载3.0.2#Release## Major Update### Version 3.0.2**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added tooltips- Added mod version checking- Added mod updating**- Fixed resource pack loading**The mod will now automatically apply the downloaded resource packs.**Mod updating as in backing up your mods folder and redownloading the linked mods (if Redownload Mods is true)展开版本: 3.0.2支持游戏: 1.18.2类型:FabricRelease下载次数: 70[1.20] Resource Downloader - 3.0.1rpdl-fabric-1.20-3.0.1.jar下载3.0.1#Release## Major Update### Version 3.0.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added notice screen- Added GUI options in Minecraft\'s \"Options\" menu- Added remote config scheduling- Other things I may have forgotten to mention, (it\'s a big update)展开版本: 3.0.1支持游戏: 1.20类型:FabricRelease下载次数: 77[1.19.4] Resource Downloader - 3.0.1rpdl-fabric-1.19.4-3.0.1.jar下载3.0.1#Release## Major Update### Version 3.0.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added notice screen- Added GUI options in Minecraft\'s \"Options\" menu- Added remote config scheduling- Other things I may have forgotten to mention, (it\'s a big update)展开版本: 3.0.1支持游戏: 1.19.4类型:FabricRelease下载次数: 55[1.18.2] Resource Downloader - 3.0.1rpdl-fabric-1.18.2-3.0.1.jar下载3.0.1#Release## Major Update### Version 3.0.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added notice screen- Added GUI options in Minecraft\'s \"Options\" menu- Added remote config scheduling- Other things I may have forgotten to mention, (it\'s a big update)展开版本: 3.0.1支持游戏: 1.18.2类型:FabricRelease下载次数: 64[1.19.2] Resource Downloader - 3.0.1rpdl-fabric-1.19.2-3.0.1.jar下载3.0.1#Release## Major Update### Version 3.0.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added notice screen- Added GUI options in Minecraft\'s \"Options\" menu- Added remote config scheduling- Other things I may have forgotten to mention, (it\'s a big update)展开版本: 3.0.1支持游戏: 1.19.2类型:FabricRelease下载次数: 73[Broken] [1.19] Resource Downloader - 3.0.0rpdl-fabric-1.19.2-3.0.0.jar下载3.0.0#Alpha## Major Update### Version 3.0.0### Do not download yet, a memory leak on the main menu is causing major lag, an update is along the way!**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added notice screen- Added GUI options in Minecraft\'s \"Options\" menu- Added remote config scheduling- Other things I may have forgotten to mention, (it\'s a big update)展开版本: 3.0.0支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricAlpha下载次数: 79[Broken] [1.18.2] Resource Downloader - 3.0.0rpdl-fabric-1.18.2-3.0.0-hotfix2-experimental.jar下载3.0.0#Alpha## Major Update### Version 3.0.0### This version is experimental & untested!**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added 1.18.2 support- Added notice screen- Added GUI options in Minecraft\'s \"Options\" menu- Added remote config scheduling- Other things I may have forgotten to mention, (it\'s a big update)展开版本: 3.0.0支持游戏: 1.18.2类型:FabricAlpha下载次数: 73[1.19] Resource Downloader - 2.1.1rpdl-fabric-1.19.2-2.1.1.jar下载2.1.1#Beta## Minor Update### Version 2.1.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added a new feature: redownloadrp (Redownload resource pack(s) on next launch, same behavior as redownloadmods)- Added a new feature: enableResourcePacks[1][1]false by default and **RECOMMENDED**! if true it will enable **ALL** of your resource packs!展开版本: 2.1.1支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricBeta下载次数: 91[1.19] Resource Downloader - 2.1rpdl-fabric-1.19.2-2.1.jar下载2.1#Beta## Major Update### Version 2.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added a new feature: remote config[1]- Added a new feature: a notification to be aware when the config has been updated, on the title screen- Added a new feature: resource packs are automatically applied[2][1]to be documented (wiki coming soon) |[2]currently it applies **ALL** resource packs, not just the downloaded ones展开版本: 2.1支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricBeta下载次数: 76[1.20.2] Resource Downloader 2.0rpdl-fabric-1.20.2-2.0.jar下载2.0#Beta## Major Update### Version 2.0**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added new feature: mod downloading展开版本: 2.0支持游戏: 1.20.2类型:FabricBeta下载次数: 260[1.19] Resource Downloader 2.0rpdl-fabric-1.19-2.0.jar下载2.0#Beta## Major Update### Version 2.0**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added new feature: mod downloading展开版本: 2.0支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricBeta下载次数: 81[1.20] Resource Pack Downloader - 1.1.1rpdl-fabric-1.20-1.1.1.jar下载1.1.1#Alpha## Minor Update### Version 1.1.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Fixed an issue where if you were missing something in the pack.json file, the mod wouldn\'t work properly.展开版本: 1.1.1支持游戏: 1.20, 1.20.1, 1.20.2类型:FabricAlpha下载次数: 193[1.19] Resource Pack Downloader - 1.1.1rpdl-fabric-1.19-1.1.1.jar下载1.1.1#Alpha## Minor Update### Version 1.1.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Fixed an issue where if you were missing something in the pack.json file, the mod wouldn\'t work properly.展开版本: 1.1.1支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricAlpha下载次数: 89[1.20] Resource Pack Downloader - 1.1rpdl-fabric-1.20-1.1.jar下载1.1#Alpha## Added support for 1.20### Version 1.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added support for hash checking- Optimised code展开版本: 1.1支持游戏: 1.20, 1.20.1, 1.20.2类型:FabricAlpha下载次数: 110[1.19] Resource Pack Downloader - 1.1rpdl-fabric-1.19-1.1.jar下载1.1#Alpha## Major Update### Version 1.1**Please report any bugs you may find and feel free to suggest stuff!**###---### Changelog- Added support for hash checking- Optimised code展开版本: 1.1支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricAlpha下载次数: 38[1.19] Resource Pack Downloader - 1.0.0rpdl-fabric-1.19-1.0.0.jar下载1.0.0#Alpha## Initial Release### Version 1.0.0**Please report any bugs you may find and feel free to suggest stuff!**展开版本: 1.0.0支持游戏: 1.19.2, 1.19.3, 1.19.4类型:FabricAlpha下载次数: 58全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
资源下载器
楼主 昨天 19:06 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-8-11 04:58 , Processed in 0.178070 second(s), 35 queries , Redis On.

快速回复 返回顶部 返回列表