diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-03-29 15:53:17 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:20 -0400 |
commit | 9305b5cb8bc483e4d4585fed46ef697cda76e033 (patch) | |
tree | 01318062929e3d6b01ab5ccb5239936bc4b3d31c /src/main/resources | |
parent | aaa11b5a0d2b666ac93e4f57ba544cc165538682 (diff) | |
download | Skyblocker-9305b5cb8bc483e4d4585fed46ef697cda76e033.tar.gz Skyblocker-9305b5cb8bc483e4d4585fed46ef697cda76e033.tar.bz2 Skyblocker-9305b5cb8bc483e4d4585fed46ef697cda76e033.zip |
24w13a
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 17217bd3..3638a9d5 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.12+1.20.5", + "fabric-api": ">=0.96.13+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.12.a" + "minecraft": "~1.20.5-alpha.24.13.a" }, "conflicts": { "immediatelyfast": "<=1.2.11+1.20.4" |