We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211ffe1 commit b76bedfCopy full SHA for b76bedf
build.gradle
@@ -50,7 +50,8 @@ subprojects {
50
}
51
52
53
- maven { url = 'https://maven.maxhenkel.de/repository/public' } // Simple Voice Chat
+ maven { url = 'https://maven.maxhenkel.de/repository/public' } // Simple Voice Chat
54
+ maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // Forge Config API Port
55
56
57
dependencies {
0 commit comments