Skip to content

Commit

Permalink
updated buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Jun 5, 2024
1 parent 7965d28 commit 9e5448a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1656003793falsepattern75
//version: 1656003793falsepattern76
/*
DO NOT CHANGE THIS FILE!
Expand Down Expand Up @@ -311,7 +311,11 @@ configurations {
repositories {
maven {
name = "Overmind forge repo mirror"
url = "https://gregtech.overminddl1.com/"
url = "https://mvn.falsepattern.com/overmind"
content {
includeGroup("net.minecraftforge")
includeGroup("org.scala-lang")
}
}
if(usesMixins.toBoolean() || hasMixinDeps.toBoolean()) {
maven {
Expand Down

0 comments on commit 9e5448a

Please # to comment.