java.lang.NoClassDefFoundError: okhttp3/OkHttpClient
C
codejoe
@codejoe
Posts
-
My dependency disappeared in .jar file -
My dependency disappeared in .jar fileI 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? -
How to set a value in a module when codingI 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?