diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-23 13:58:52 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:21 -0400 |
commit | fad294b43f7386afc08915ea2f2accf0523b588a (patch) | |
tree | e030b960187cf319f710d2711c088283d6f9a4d0 /build.gradle | |
parent | d18c16d3123a6dc1ffef6fab82e0d73b16fe0c0c (diff) | |
download | Skyblocker-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.gradle | 2 |
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}" |