diff options
-rw-r--r-- | gradle.properties | 8 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index 600fa31a..f60d527e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.5-pre1 -yarn_mappings=1.20.5-pre1+build.5 +minecraft_version=1.20.5-rc2 +yarn_mappings=1.20.5-rc2+build.1 loader_version=0.15.10 #Fabric api ## 1.20 -fabric_api_version=0.96.15+1.20.5 +fabric_api_version=0.97.3+1.20.5 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT +yacl_version=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT ## Mod Menu (https://modrinth.com/mod/modmenu/versions) mod_menu_version = 10.0.0-alpha.1 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 87de1f97..ee49991f 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.96.15+1.20.5", - "yet_another_config_lib_v3": ">=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-beta.1", + "fabric-api": ">=0.97.3+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", "java": ">=21" }, "conflicts": { |