Cant ran client after I added CraftTweaker support to my mod.
Java0 opened this issue · 8 comments
Issue description
Gradle Version : 7.1
ForgeGradle Version : 5.1+
Steps to reproduce
No response
Script used
no script
The crafttweaker.log file
no log
Minecraft version
1.12
Modloader
Forge
Modloader version
1.12.2-14.23.5.2859
CraftTweaker version
4.1.20.674
Other relevant information
No response
The latest.log file
https://gist.github.com/Java0/e7ced3f544b3f63755231cd433b7c3a5
Unfortunately this seems to be an issue with ForgeGradle.
CraftTweaker uses Access Transformers that are required for us to do what we do, and it seems that ForgeGradle on 1.12 has an issue applying them.
I know that the build.gradle file that I linked works for 1.12 (at-least it worked last I tried).
Unfortunately there isn't anything I can do on my side to resolve this.
OK, I'll find a way by myself. Thank you very much for your help.
请给你看 build.gradle 文件
https://gist.github.com/Java0/712293dcf26cb15e90850e67725c8754
And your gradle.properties file, I need to see what versions you are using.
https://gist.github.com/Java0/ee0ecd4cf2471361ed50cae80849f1ab
You need https://github.com/jaredlll08/ModTweaker/blob/1.12/build.gradle#L41
Since version 3.0, froge gradle has not used the deobfCompile method, and I cannot build my project under the forge gradle version of 2.3-snapshot.
Unfortunately this seems to be an issue with ForgeGradle.
CraftTweaker uses Access Transformers that are required for us to do what we do, and it seems that ForgeGradle on 1.12 has an issue applying them.
I know that the build.gradle file that I linked works for 1.12 (at-least it worked last I tried).
Unfortunately there isn't anything I can do on my side to resolve this.