diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-19 16:32:23 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:21 -0400 |
commit | b71e7575963eae5c36b3a9b7773ccd3997e09ec2 (patch) | |
tree | 68af195052764c10b1fd4968c1856ca36b95737a | |
parent | 19a342e77da3378f24dc0e82e490aa5da2c40de5 (diff) | |
download | Skyblocker-b71e7575963eae5c36b3a9b7773ccd3997e09ec2.tar.gz Skyblocker-b71e7575963eae5c36b3a9b7773ccd3997e09ec2.tar.bz2 Skyblocker-b71e7575963eae5c36b3a9b7773ccd3997e09ec2.zip |
1.20.5-rc2 & use correct YACL version
-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": { |