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.
Hello, I have this lines in my build.gradle, but when I build the mod and start Minecraft with the mod in Modrinth it says
Can anyone help me with this problem?
jarJar.enable()
dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
annotationProcessor("org.spongepowered:mixin:0.8.5-SNAPSHOT:processor")
// Forge"s hack fix
implementation("net.sf.jopt-simple:jopt-simple:5.0.4") { version { strictly "5.0.4" } }
// WebSocket
minecraftLibrary "org.java-websocket:Java-WebSocket:1.5.3"
jarJar(implementation("org.java-websocket:Java-WebSocket:1.5.3"))
}
Please read the FAQ (orange banner at top of page), and post full logs as described there using an external site such as https://mclo.gs It is very possible there is information in the log that could point to the problem, that is why posting the entire log and not 1 line is most useful.
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.