We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7965d28 commit 9e5448aCopy full SHA for 9e5448a
build.gradle
@@ -1,4 +1,4 @@
1
-//version: 1656003793falsepattern75
+//version: 1656003793falsepattern76
2
/*
3
DO NOT CHANGE THIS FILE!
4
@@ -311,7 +311,11 @@ configurations {
311
repositories {
312
maven {
313
name = "Overmind forge repo mirror"
314
- url = "https://gregtech.overminddl1.com/"
+ url = "https://mvn.falsepattern.com/overmind"
315
+ content {
316
+ includeGroup("net.minecraftforge")
317
+ includeGroup("org.scala-lang")
318
+ }
319
}
320
if(usesMixins.toBoolean() || hasMixinDeps.toBoolean()) {
321
0 commit comments