Posted February 4, 20223 yr Hi, I'm making a mod for 1.16.5, for this I need a dependency mod (CodeChickenLib). Whenever I launch minecraft with my mod and CCL from my IDE (Intellij) it crashes during mod loading. The report says that CCL causes a NoSuchMethodError, But everything works fine when I am building my mod, and put it and CCL into my regular Forge install. Is it some bug with CCL or with my mod and the way I set it up, or is it something with my IDE? Crash Report: https://pastebin.com/cK78Bv5g Thanks in advance
February 5, 20223 yr Author I tried, but I get the exact same Error. Here is my new build.gradle: https://pastebin.com/mgpMQNSb
February 5, 20223 yr you need to use fg.deobf, it should look like this: implementation fg.deobf("curse.maven:codechickenlib-242818:3596092")
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.