We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d338aa commit 7058ebcCopy full SHA for 7058ebc
build.gradle
@@ -24,6 +24,10 @@ repositories {
24
name = 'Fabric'
25
url = 'https://maven.fabricmc.net/'
26
}
27
+ maven {
28
+ name = 'SignalumMavenReleases'
29
+ url "https://maven.thesignalumproject.net/releases"
30
+ }
31
ivy {
32
url = "https://github.com/Better-than-Adventure"
33
patternLayout {
@@ -83,7 +87,7 @@ dependencies {
83
87
84
88
// Helper library
85
89
// 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}"
91
92
modImplementation "ModMenu:ModMenu:${project.mod_menu_version}"
93
0 commit comments