diff options
-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" |