Posted January 6, 20223 yr Hey! I created a library for coding mods and would like to include that in my jar, it's located on a maven repository. What is the right way to do so? I tried shadowJar, and changed jar.finalizedBy to shadowJar.finalizedBy, but still get NoSuchMethodExceptions. Is there any other way to do it, so that it also works with runClient and runServer? Edit: This works on a real client, but throws NoClassDefFoundError when started from runClient: https://pastebin.com/eFUqejaL Edited January 6, 20223 yr by fr3qu3ncy
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.