diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-03-21 16:20:33 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:20 -0400 |
commit | 02ed1d456c7924753f4b1447818ae9986539a950 (patch) | |
tree | b911b370d30d8f0a85c008358f834e9b696025eb /src/main/resources/fabric.mod.json | |
parent | 4e2924407645b04c30d4a2823a1d9d0983c2c790 (diff) | |
download | Skyblocker-02ed1d456c7924753f4b1447818ae9986539a950.tar.gz Skyblocker-02ed1d456c7924753f4b1447818ae9986539a950.tar.bz2 Skyblocker-02ed1d456c7924753f4b1447818ae9986539a950.zip |
24w12a
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-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 e5ed5db4..17217bd3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,9 +34,9 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.7", - "fabric-api": ">=0.96.5+1.20.5", + "fabric-api": ">=0.96.12+1.20.5", "yet_another_config_lib_v3": ">=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-alpha.24.9.a" + "minecraft": "~1.20.5-alpha.24.12.a" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" |