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.
Make sure Java is installed on your system
https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
After installation, just click on the forge jar to run the installer
Â
Change
Â
// WebSocket minecraftLibrary "org.java-websocket:Java-WebSocket:1.5.3"
jarJar(implementation("org.java-websocket:Java-WebSocket:1.5.3"))
Â
to
Â
// WebSocket
jarJar("org.java-websocket:Java-WebSocket:1.5.3")
Â
Â
Â
Â
Â
Recommended Posts
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.