aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle.properties6
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index 556932c1..3d1c4190 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.20
-minecraft_version=1.20-rc1
-yarn_mappings=1.20-rc1+build.2
+minecraft_version=1.20
+yarn_mappings=1.20+build.1
loader_version=0.14.21
#Fabric api
@@ -12,7 +12,7 @@ fabric_api_version=0.83.0+1.20
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
-clothconfig_version=10.0.96
+clothconfig_version=11.0.98
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
mod_menu_version=7.0.0-beta.2
## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 661bfda5..ead46adc 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -32,7 +32,7 @@
"fabricloader": ">=0.14.21",
"fabric-api": ">=0.83.0+1.20",
"cloth-config2": "*",
- "minecraft": "~1.20-rc.1"
+ "minecraft": "~1.20"
},
"custom": {
"modmenu": {