Open
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
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.
What's Changed:
在这里说一声抱歉,在未经过沟通的情况下就在 Github 上开 PR,但因为种种原因(Gitlab 送中),我无法登入 Gitlab,而国内版的极狐又无法搜索到您的项目,所以才选择在 Github 上进行贡献
由于整合包不再将 Radiance 本体打包至整合包,且 DLSS 是在安装时进行下载的,而不是打包进整合包内,理论上是不会有许可证问题的,所以应该是可以上传到 Modrinth 的。但是呢建议给整合包选择一个许可证,例如 MIT
Copilot's summary
This pull request introduces a major update to the build process and packaging for the project, adding support for platform-specific (Windows and Linux) Modrinth packs. It restructures how the modpacks are assembled, updates dependencies, and includes new mod files for each platform.Platform-specific packaging and build process:
mrpack_windows.template.json) and Linux (mrpack_linux.template.json) modpacks, each referencing the correct DLSS library versions and file hashes for their respective platforms. The server environment is now marked as "unsupported" for these libraries. [1] [2]build.lvt) to generate separate modpack files for Windows and Linux, using the new templates and including platform-specific mods fromsrc/mods-windowsandsrc/mods-linux. The output files are now clearly named for each platform, and the process ensures the correct icon and metadata are included.Mod and dependency updates:
Radiance-0.1.4-alpha-fabric-1.21.4-linux.jar.mrf) and Windows (Radiance-0.1.4-alpha-fabric-1.21.4-windows.jar.mrf) versions of the Radiance mod, each with its own version ID and SHA1 hash. [1] [2]modmenuto version 13.0.4, including a new SHA1 hash, and renamed the metadata file accordingly.Cleanup and versioning:
mrpack.template.jsonfile, as it has been replaced by platform-specific templates.proj.jsonto reflect these significant changes.