aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-26 07:38:08 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-26 16:23:22 -0400
commit4b06954d6db941e9bf663b1da5e8d65c5209e8f7 (patch)
tree29662943f3b1c446b96325a93ee39594fd6dfaf6
parent1e187c614f91b6e0ee54ef76cc64997e77009a62 (diff)
downloadSkyblocker-4b06954d6db941e9bf663b1da5e8d65c5209e8f7.tar.gz
Skyblocker-4b06954d6db941e9bf663b1da5e8d65c5209e8f7.tar.bz2
Skyblocker-4b06954d6db941e9bf663b1da5e8d65c5209e8f7.zip
YACL 3.4.1 and Fabric API 0.97.6
-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"
},