aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2024-06-10 12:19:13 +0800
committerGitHub <noreply@github.com>2024-06-10 00:19:13 -0400
commitebd5ccd1620c7857c621f9c04b1f87ab11c08cbc (patch)
tree04d7d19642f5774d1a95ca0c42a240d270659dd8 /src/main/resources/fabric.mod.json
parentc29b55bc64fdf8717b42f1a5f7e0d18895007fb3 (diff)
downloadSkyblocker-ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc.tar.gz
Skyblocker-ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc.tar.bz2
Skyblocker-ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc.zip
Misc Changes (#755)
- Update Fabric API to 0.100.0 (woo 0.100!) - Update YACL to 3.4.4 - Update IF Conflict - Disable image repo loader because its moving to a different repository and will stop working soon Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 17ce8bc8..f75159f5 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,13 +34,13 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.15.10",
- "fabric-api": ">=0.97.8+1.20.6",
- "yet_another_config_lib_v3": ">=3.4.1+1.20.5",
+ "fabric-api": ">=0.100.0+1.20.6",
+ "yet_another_config_lib_v3": ">=3.4.4+1.20.6",
"minecraft": "~1.20.5",
"java": ">=21"
},
"conflicts": {
- "immediatelyfast": "<=1.2.12+1.20.5"
+ "immediatelyfast": "<=1.2.17+1.20.6"
},
"breaks": {
"forcecloseworldloadingscreen": "<=2.2.0"