aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-23 13:58:52 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-26 16:23:21 -0400
commitfad294b43f7386afc08915ea2f2accf0523b588a (patch)
treee030b960187cf319f710d2711c088283d6f9a4d0 /build.gradle
parentd18c16d3123a6dc1ffef6fab82e0d73b16fe0c0c (diff)
downloadSkyblocker-fad294b43f7386afc08915ea2f2accf0523b588a.tar.gz
Skyblocker-fad294b43f7386afc08915ea2f2accf0523b588a.tar.bz2
Skyblocker-fad294b43f7386afc08915ea2f2accf0523b588a.zip
Update to YACL 3.4.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f6c0d984..fd21ebd5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
// YACL
- include modImplementation("dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}")
+ include modImplementation("dev.isxander:yet-another-config-lib:${project.yacl_version}-fabric")
// Mod Menu
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"