-
Notifications
You must be signed in to change notification settings - Fork 21
本地按照实际安装的mod重新打包 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
502y
wants to merge
14
commits into
CFPAOrg:main
Choose a base branch
from
502y:merge_by_modid
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
本地按照实际安装的mod重新打包 #35
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xfl03
reviewed
Jul 21, 2025
xfl03
reviewed
Jul 21, 2025
很好的想法,不过加速效果如何呢,这个暴力扫mod的jar看上去也未必会快? |
主要是尝试解决撞key和issue提到的大资源包重新加载的问题,至于扫盘的性能嘛……💔 |
SlimeSB
reviewed
Jul 26, 2025
由于部分常见mod在官库自行维护,因此大概率会出现无法提前结束整合的情况。内置名单则可能因为官库维护状态发生变化和版本维护状态不同而不合时宜,因此删除此功能。若能通过服务器动态下发名单则可以考虑添加此能力。 |
4 tasks
xfl03
requested changes
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug日志部分需要斟酌一下要不要留着
日志感觉没啥要删的了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fabric系能够正确拿到,Forge只能拿到i18n及其加载之前的模组,对于i18n的加载时间来说,只能拿到i18n本身。Help NeededForge扫盘实现的,问题暴力解决了。