Hello,
I'm working on a mod for Minecraft version 1.16.5 and recently added functionality for Discord webhooks by including the necessary libraries in my build.gradle. The mod builds successfully without any errors, but when I try to run it, I encounter the following error:
java.lang.NoClassDefFoundError
(Screenshot of the error is attached below).
Could someone help me resolve this issue? I suspect I might have misconfigured something in the build.gradle or missed an important step. Any assistance would be greatly appreciated!
Details;
:
Minecraft 1.16.5
build.gradle https://pastebin.com/Ekm2rncp
error ss