13 Aug 2024, 07:00
java.lang.NoClassDefFoundError: okhttp3/OkHttpClient
java.lang.NoClassDefFoundError: okhttp3/OkHttpClient
I added a dependency in liquidbounce nextgen, the code is
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
It worked in Minecraft Client started in IntelliJ IDEA, but when I build it into a .jar file (mod), it didn't work. Who can tell me the solution?
I want to code an module of mine, and I need to change sameYMode of ModuleScaffold when I enable my own module. But I can't find the api to do it. Who can tell me what to do?