We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7e72a commit 287908dCopy full SHA for 287908d
build.gradle
@@ -90,7 +90,7 @@ dependencies {
90
91
// Helper library
92
// If you do not need Halplibe you can comment this line out or delete this line
93
- implementation("turniplabs:halplibe:${project.halplibe_version}")
+ modImplementation("turniplabs:halplibe:${project.halplibe_version}")
94
95
modImplementation("turniplabs:modmenu-bta:${project.mod_menu_version}")
96
gradle.properties
@@ -9,7 +9,7 @@ loader_version=0.15.6-bta.7
9
10
# Other Mods
11
mod_menu_version=3.0.0
12
-halplibe_version=5.1.2
+halplibe_version=5.1.5
13
14
# Mod
15
mod_version=1.0.0
0 commit comments