aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties2
-rw-r--r--src/main/resources/fabric.mod.json2
3 files changed, 3 insertions, 3 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}"
diff --git a/gradle.properties b/gradle.properties
index 48a45dc1..f335d2b2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,7 +13,7 @@ fabric_api_version=0.97.5+1.20.5
# Minecraft Mods
## YACL (https://github.com/isXander/YetAnotherConfigLib)
-yacl_version=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT
+yacl_version=3.4.0+1.20.5
## Mod Menu (https://modrinth.com/mod/modmenu/versions)
mod_menu_version = 10.0.0-alpha.1
## REI (https://modrinth.com/mod/rei/versions?l=fabric)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 4972377e..650b82af 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -35,7 +35,7 @@
"depends": {
"fabricloader": ">=0.15.10",
"fabric-api": ">=0.97.5+1.20.5",
- "yet_another_config_lib_v3": ">=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT",
+ "yet_another_config_lib_v3": ">=3.4.0+1.20.5",
"minecraft": "~1.20.5",
"java": ">=21"
},