Posted June 3, 20232 yr Hello, I'm making a mod and everything was going well until I enabled accesstransformers. After that, every gradle build attempt fails. What I tried to do to solve the problem: Deleted the forge_gradle folder several times Deleted the caches folder several times Used ./gradlew build, ./gradlew genIntellijRuns and ./gradlew --refresh-dependencies I created a new mod project with only the main file and everything goes well until the inclusion of accesstransformers. Here is the error itself: https://pastebin.com/SQhrqpzr
June 5, 20232 yr Your access transformer is likely incorrect then. Can you show both your buildscript and AT file?
June 6, 20232 yr Author build.gradle: https://pastebin.com/tzEVy3hc accesstransformer.cfg: https://pastebin.com/YhMc9PcD and gradle.properties: org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false minecraft_version=1.18.2 forge_version=40.2.4 bankmod_version=BCM-0.6 Edited June 6, 20232 yr by Fartunruss
June 6, 20232 yr You cannot AT a protected method as you have no ability to make any subimplementations a wider access as well. See the warning message for safe methods to transform.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.