Skip to content

Commit 7058ebc

Browse files
committed
Made gradle download halplibe from somewhere else because jitpack is stupid.
1 parent 8d338aa commit 7058ebc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ repositories {
2424
name = 'Fabric'
2525
url = 'https://maven.fabricmc.net/'
2626
}
27+
maven {
28+
name = 'SignalumMavenReleases'
29+
url "https://maven.thesignalumproject.net/releases"
30+
}
2731
ivy {
2832
url = "https://github.com/Better-than-Adventure"
2933
patternLayout {
@@ -83,7 +87,7 @@ dependencies {
8387

8488
// Helper library
8589
// If you do not need Halplibe you can comment this line out or delete this line
86-
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
90+
implementation "turniplabs:halplibe:${project.halplibe_version}"
8791

8892
modImplementation "ModMenu:ModMenu:${project.mod_menu_version}"
8993

0 commit comments

Comments
 (0)