aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-22 11:07:42 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-04-26 16:23:21 -0400
commit80acfdaa9b77a95a1e5763203b3a8d72100bdea4 (patch)
treecf1c8c86eb664c5108643c5e391caaab5ac3414f
parentb71e7575963eae5c36b3a9b7773ccd3997e09ec2 (diff)
downloadSkyblocker-80acfdaa9b77a95a1e5763203b3a8d72100bdea4.tar.gz
Skyblocker-80acfdaa9b77a95a1e5763203b3a8d72100bdea4.tar.bz2
Skyblocker-80acfdaa9b77a95a1e5763203b3a8d72100bdea4.zip
1.20.5-rc3
-rw-r--r--gradle.properties6
-rw-r--r--src/main/resources/fabric.mod.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties
index f60d527e..360bf944 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,13 +3,13 @@ org.gradle.parallel=true
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.20
-minecraft_version=1.20.5-rc2
-yarn_mappings=1.20.5-rc2+build.1
+minecraft_version=1.20.5-rc3
+yarn_mappings=1.20.5-rc3+build.1
loader_version=0.15.10
#Fabric api
## 1.20
-fabric_api_version=0.97.3+1.20.5
+fabric_api_version=0.97.5+1.20.5
# Minecraft Mods
## YACL (https://github.com/isXander/YetAnotherConfigLib)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index ee49991f..e350b8a4 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,9 +34,9 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.15.10",
- "fabric-api": ">=0.97.3+1.20.5",
+ "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.2",
+ "minecraft": "~1.20.5-rc.3",
"java": ">=21"
},
"conflicts": {