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