在 ForgeGradle 1.2 (Forge for Minecraft 1.7.10) 下使用 deobfCompile 和 MixinGradle #101
ZekerZhayard
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
FG1.x 本身都已经没法部署环境了…
ZekerZhayard <[email protected]>于2021年2月1日 周一上午2:03写道:
… 已知 FG 1.x 还没有实现 deobfCompile,我搜索了一下 MMD Discord 有这么一条消息:
https://discord.com/channels/176780432371744769/179315645005955072/531862770128257024
[image: image]
<https://user-images.githubusercontent.com/41327811/106392818-979f3a00-642e-11eb-8859-d2ec3b60b8b7.png>
他们建议本地反混淆然后本地依赖,但是我是拒绝本地依赖星人,我需要依赖的 mod 在 CurseForge 上有发布,因此我可以通过
CurseMaven 下载到它。
我曾经实现过一个
<https://github.com/ZekerZhayard/CompatibilityLayerForCustomSkinLoader/blob/6651c6c58b07fb47a9c516068b415807f732c48d/buildSrc/src/main/java/io/github/zekerzhayard/cflcsl/gradle/DeobfPlugin.java>,但是太拉跨了,问问有没有已有的
Gradle 插件更好地实现了 deobfCompile
MixinGradle 至少需要 FG 2,https://github.com/TimeConqueror/SpongeMixins
爽!但是需要本地依赖
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#101>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCEFLRDBVFTS5N2VKQ5O6TS4WLOXANCNFSM4W3SJG5A>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
已知 FG 1.x 还没有实现 deobfCompile,我搜索了一下 MMD Discord 有这么一条消息:https://discord.com/channels/176780432371744769/179315645005955072/531862770128257024
他们建议本地反混淆然后本地依赖,但是我是拒绝本地依赖星人,我需要依赖的 mod 在 CurseForge 上有发布,因此我可以通过 CurseMaven 下载到它。
我曾经实现过一个,但是太拉跨了,问问有没有已有的 Gradle 插件更好地实现了 deobfCompile
MixinGradle 至少需要 FG 2,https://github.com/TimeConqueror/SpongeMixins 爽!但是需要本地依赖
Beta Was this translation helpful? Give feedback.
All reactions