diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-02-15 23:31:04 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:20 -0400 |
commit | 3c967b384500d117c23fa5d1cb23bc415a5d6324 (patch) | |
tree | 3db321700ebb9b585eeda369ae206c1257964de0 /src/main/resources/fabric.mod.json | |
parent | a0588bc0fce38990f06e66b5be9c89417217408f (diff) | |
download | Skyblocker-3c967b384500d117c23fa5d1cb23bc415a5d6324.tar.gz Skyblocker-3c967b384500d117c23fa5d1cb23bc415a5d6324.tar.bz2 Skyblocker-3c967b384500d117c23fa5d1cb23bc415a5d6324.zip |
24w07a & Mixin Extras update
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f45a6a91..451cd684 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,10 +33,10 @@ ], "accessWidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.15.6", - "fabric-api": ">=0.95.5+1.20.5", + "fabricloader": ">=0.15.7", + "fabric-api": ">=0.96.2+1.20.5", "yet_another_config_lib_v3": ">=3.3.2+1.20.4", - "minecraft": "~1.20.5-alpha.24.5.a" + "minecraft": "~1.20.5-alpha.24.7.a" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" |