aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gradle.properties8
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties
index 06bbc501..6ff00bfd 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,18 +3,18 @@ org.gradle.parallel=true
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.20
-minecraft_version=1.20.2-pre1
-yarn_mappings=1.20.2-pre1+build.3
+minecraft_version=1.20.2-rc1
+yarn_mappings=1.20.2-rc1+build.2
loader_version=0.14.22
#Fabric api
## 1.20
-fabric_api_version=0.88.2+1.20.2
+fabric_api_version=0.88.5+1.20.2
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
clothconfig_version=12.0.107
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
-mod_menu_version=7.0.1
+mod_menu_version=8.0.0-beta.2
## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files)
rei_version=12.0.625
## EMI (https://modrinth.com/mod/emi/versions)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index fbcd8414..ba86509d 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -36,7 +36,7 @@
],
"depends": {
"fabricloader": ">=0.14.22",
- "fabric-api": ">=0.88.2+1.20.2",
+ "fabric-api": ">=0.88.5+1.20.2",
"cloth-config2": "*",
"minecraft": "~1.20"
},