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 | |
parent | 8266bc444e0b93fe70bb1b54529469d899c5e9c0 (diff) | |
download | Skyblocker-bf04e7102a18a50f1015d8c3d7122ea8b4475711.tar.gz Skyblocker-bf04e7102a18a50f1015d8c3d7122ea8b4475711.tar.bz2 Skyblocker-bf04e7102a18a50f1015d8c3d7122ea8b4475711.zip |
1.20.3-rc1
-rw-r--r-- | gradle.properties | 4 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index ffaca75f..812fb77b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.3-pre4 -yarn_mappings=1.20.3-pre4+build.2 +minecraft_version=1.20.3-rc1 +yarn_mappings=1.20.3-rc1+build.2 loader_version=0.15.0 #Fabric api 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" |