diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-01 01:10:41 -0500 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-12-05 17:08:49 -0500 |
commit | bf04e7102a18a50f1015d8c3d7122ea8b4475711 (patch) | |
tree | f6d3c80f25ea867090b7763318ab3b9f3ff161a8 /src/main | |
parent | 8266bc444e0b93fe70bb1b54529469d899c5e9c0 (diff) | |
download | Skyblocker-bf04e7102a18a50f1015d8c3d7122ea8b4475711.tar.gz Skyblocker-bf04e7102a18a50f1015d8c3d7122ea8b4475711.tar.bz2 Skyblocker-bf04e7102a18a50f1015d8c3d7122ea8b4475711.zip |
1.20.3-rc1
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8664cf68..8e2efc8b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -39,7 +39,7 @@ "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-beta.4" + "minecraft": "~1.20.3-rc.1" }, "conflicts": { "immediatelyfast": "<=1.1.26+1.20.1" |