aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle.properties4
-rw-r--r--src/main/resources/fabric.mod.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index f335d2b2..a7e11b81 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,11 +9,11 @@ loader_version=0.15.10
#Fabric api
## 1.20
-fabric_api_version=0.97.5+1.20.5
+fabric_api_version=0.97.6+1.20.5
# Minecraft Mods
## YACL (https://github.com/isXander/YetAnotherConfigLib)
-yacl_version=3.4.0+1.20.5
+yacl_version=3.4.1+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 650b82af..f877592d 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,8 +34,8 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.15.10",
- "fabric-api": ">=0.97.5+1.20.5",
- "yet_another_config_lib_v3": ">=3.4.0+1.20.5",
+ "fabric-api": ">=0.97.6+1.20.5",
+ "yet_another_config_lib_v3": ">=3.4.1+1.20.5",
"minecraft": "~1.20.5",
"java": ">=21"
},