diff options
author | Tom Dickson <github@bombcar.com> | 2021-11-20 15:07:13 -0600 |
---|---|---|
committer | Tom Dickson <github@bombcar.com> | 2021-11-20 15:07:13 -0600 |
commit | 2ca2b2cc799defa48e561cd84a5a1a0f024f21e2 (patch) | |
tree | 3220e9506968655549c9313353dee3de05ffa7d7 | |
parent | 83e7405365bb29c7fbf7db1ab944ff67335f980e (diff) | |
download | GT5-Unofficial-2ca2b2cc799defa48e561cd84a5a1a0f024f21e2.tar.gz GT5-Unofficial-2ca2b2cc799defa48e561cd84a5a1a0f024f21e2.tar.bz2 GT5-Unofficial-2ca2b2cc799defa48e561cd84a5a1a0f024f21e2.zip |
correct the Forge
Former-commit-id: cf787ebbc6b377568084e40531f1b35959c8cb10
-rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 5478aee3c0..864fc15612 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,11 +25,11 @@ import net.minecraftforge.gradle.user.UserExtension buildscript { repositories { mavenCentral() - maven("https://gregtech.overminddl1.com/") + maven("https://gregtech.overminddl1.com") maven("https://jitpack.io") } dependencies { - classpath("com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT") + classpath("com.github.GTNewHorizons:ForgeGradle:stable-2021-11-20") } } |