Skip to content

Commit 347f170

Browse files
authored
Update build.gradle
1 parent 69263d9 commit 347f170

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

forge/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ configurations {
3939
forgeDependencies.extendsFrom shadowIn
4040
shadowCommon.extendsFrom shadowIn
4141
}
42-
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+
}
4345
dependencies {
4446
forge "net.minecraftforge:forge:${rootProject.forge_version}"
4547
// Remove the next line if you don't want to depend on the API

0 commit comments

Comments
 (0)