diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-05 19:40:06 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-05 19:40:06 -0500 |
commit | b1636b2247dc7309cb38e0e875a7b0819996e3d1 (patch) | |
tree | 356e89262ca2bbc41a065cd162b2065503662c1b /src/main/resources | |
parent | bf04e7102a18a50f1015d8c3d7122ea8b4475711 (diff) | |
download | Skyblocker-b1636b2247dc7309cb38e0e875a7b0819996e3d1.tar.gz Skyblocker-b1636b2247dc7309cb38e0e875a7b0819996e3d1.tar.bz2 Skyblocker-b1636b2247dc7309cb38e0e875a7b0819996e3d1.zip |
1.20.3
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 8e2efc8b..4685b8d2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,8 +38,8 @@ "depends": { "fabricloader": ">=0.15.0", "fabric-api": ">=0.91.1+1.20.3", - "yet_another_config_lib_v3": ">=3.3.0+1.20.3+update.1.20.3-SNAPSHOT+update.1.20.3-SNAPSHOT", - "minecraft": "~1.20.3-rc.1" + "yet_another_config_lib_v3": ">=3.3.0-beta.1+1.20.3", + "minecraft": "~1.20.3" }, "conflicts": { "immediatelyfast": "<=1.1.26+1.20.1" |