hi. Im new to modding Minecraft so i apologise in advance. Ive just downloaded the Forge Installer so i can use the Custom NPCs mod. How do i run the download? ive opened the JAR file and its a bunch of coding i dont understand. Can someone please talk me though it or point out where in going wrong? thanks
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"))
}
Recommended Posts