diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-22 12:20:51 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-22 12:22:43 -0400 |
commit | fade512e18f73f488648ef697d90772faf014ca9 (patch) | |
tree | 2f7c381180e446940e53cef57eb6ba8b63044fd1 /gradle.properties | |
parent | 81a61fe9b06d9c4dff7318fb45515a06d7d2d08a (diff) | |
download | Skyblocker-fade512e18f73f488648ef697d90772faf014ca9.tar.gz Skyblocker-fade512e18f73f488648ef697d90772faf014ca9.tar.bz2 Skyblocker-fade512e18f73f488648ef697d90772faf014ca9.zip |
1.20.2 + Related Patches
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 6ff00bfd..1c8e60d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.2-rc1 -yarn_mappings=1.20.2-rc1+build.2 +minecraft_version=1.20.2 +yarn_mappings=1.20.2+build.1 loader_version=0.14.22 #Fabric api ## 1.20 -fabric_api_version=0.88.5+1.20.2 +fabric_api_version=0.89.1+1.20.2 ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=12.0.107 +clothconfig_version=12.0.108 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) mod_menu_version=8.0.0-beta.2 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) |