We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69263d9 commit 347f170Copy full SHA for 347f170
forge/build.gradle
@@ -39,7 +39,9 @@ configurations {
39
forgeDependencies.extendsFrom shadowIn
40
shadowCommon.extendsFrom shadowIn
41
}
42
-
+repositories {
43
+ maven { url "https://jitpack.io" } // For com.github.walkyst.JAADec-fork:jaadec-ext-aac & ibxm-fork:com.github.walkyst:ibxm-fork
44
+}
45
dependencies {
46
forge "net.minecraftforge:forge:${rootProject.forge_version}"
47
// Remove the next line if you don't want to depend on the API
0 commit comments