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 /gradle.properties | |
parent | 19a342e77da3378f24dc0e82e490aa5da2c40de5 (diff) | |
download | Skyblocker-b71e7575963eae5c36b3a9b7773ccd3997e09ec2.tar.gz Skyblocker-b71e7575963eae5c36b3a9b7773ccd3997e09ec2.tar.bz2 Skyblocker-b71e7575963eae5c36b3a9b7773ccd3997e09ec2.zip |
1.20.5-rc2 & use correct YACL version
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 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) |