diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-22 17:07:12 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-05 17:08:49 -0500 |
commit | 74afd5fd062d65e62cd1a9ca8632998548721530 (patch) | |
tree | bf38114d1eeb3467c6fe9c335f994a16ef6c77a6 /src/main/resources/fabric.mod.json | |
parent | 2aa935aa7e06fb8ec745412a3b18af5a590d862f (diff) | |
download | Skyblocker-74afd5fd062d65e62cd1a9ca8632998548721530.tar.gz Skyblocker-74afd5fd062d65e62cd1a9ca8632998548721530.tar.bz2 Skyblocker-74afd5fd062d65e62cd1a9ca8632998548721530.zip |
1.20.3-pre2
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 b55214d5..19b66fc2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,10 +36,10 @@ ], "accesswidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.14.22", - "fabric-api": ">=0.89.1+1.20.2", + "fabricloader": ">=0.14.24", + "fabric-api": ">=0.90.12+1.20.3", "yet_another_config_lib_v3": ">=3.2.1+1.20.2", - "minecraft": "~1.20.2" + "minecraft": "~1.20.3-beta.2" }, "conflicts": { "immediatelyfast": "<=1.1.26+1.20.1" |