diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 19:55:17 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 19:55:17 -0400 |
commit | 74f40f7704cd935552a27d9ebc2ae6a3c76e3566 (patch) | |
tree | ea6aba823e3a32844fa3a87a0c473298d4db0eb0 /src/main/resources | |
parent | 316bc7f27ec0c15ab6a29f810de6a74624a47fa0 (diff) | |
download | Skyblocker-74f40f7704cd935552a27d9ebc2ae6a3c76e3566.tar.gz Skyblocker-74f40f7704cd935552a27d9ebc2ae6a3c76e3566.tar.bz2 Skyblocker-74f40f7704cd935552a27d9ebc2ae6a3c76e3566.zip |
Update various dependencies
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f877592d..81a6373d 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.6+1.20.5", + "fabric-api": ">=0.97.7+1.20.5", "yet_another_config_lib_v3": ">=3.4.1+1.20.5", "minecraft": "~1.20.5", "java": ">=21" }, "conflicts": { - "immediatelyfast": "<=1.2.11+1.20.4" + "immediatelyfast": "<=1.2.12+1.20.5" }, "breaks": { "forcecloseworldloadingscreen": "<=2.2.0" |