aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-12-08 16:16:51 -0500
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-12-08 16:16:51 -0500
commit7df2bb44e9c8ac2d2ec603d1c21f068695c0a8e9 (patch)
treeeefedb777dfa1d00b4d7d5e774a9190b2ad6569a
parentc14fc433f451010aae7dde52340f649e3986fc57 (diff)
downloadSkyblocker-7df2bb44e9c8ac2d2ec603d1c21f068695c0a8e9.tar.gz
Skyblocker-7df2bb44e9c8ac2d2ec603d1c21f068695c0a8e9.tar.bz2
Skyblocker-7df2bb44e9c8ac2d2ec603d1c21f068695c0a8e9.zip
Update Fabric API
-rw-r--r--gradle.properties2
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 924020c5..0a5bed84 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,7 +9,7 @@ loader_version=0.16.9
#Fabric api
## 1.21.2
-fabric_api_version=0.110.5+1.21.4
+fabric_api_version=0.111.0+1.21.4
# Minecraft Mods
## YACL (https://github.com/isXander/YetAnotherConfigLib)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index e0d62441..f94d3b37 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -41,7 +41,7 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.16.9",
- "fabric-api": ">=0.110.5+1.21.4",
+ "fabric-api": ">=0.111.0+1.21.4",
"yet_another_config_lib_v3": ">=3.6.2+1.21.4",
"hm-api": ">=1.0.1+1.21.2",
"minecraft": "~1.21.4",