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 360bf944..48a45dc1 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.5-rc3 -yarn_mappings=1.20.5-rc3+build.1 +minecraft_version=1.20.5 +yarn_mappings=1.20.5+build.1 loader_version=0.15.10 #Fabric api diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e350b8a4..4972377e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,7 +36,7 @@ "fabricloader": ">=0.15.10", "fabric-api": ">=0.97.5+1.20.5", "yet_another_config_lib_v3": ">=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-rc.3", + "minecraft": "~1.20.5", "java": ">=21" }, "conflicts": { |