diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-12 17:40:08 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:20 -0400 |
commit | 784ef6128b1963c696a13d2c81983fe372dd1424 (patch) | |
tree | 2c9ecc373ad3a99942e7a3d1621f9dd41872c914 /gradle.properties | |
parent | 38008ae8f6b7ae18cce19f046b13fb5890f64399 (diff) | |
download | Skyblocker-784ef6128b1963c696a13d2c81983fe372dd1424.tar.gz Skyblocker-784ef6128b1963c696a13d2c81983fe372dd1424.tar.bz2 Skyblocker-784ef6128b1963c696a13d2c81983fe372dd1424.zip |
1.20.5-pre1
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 858605a8..600fa31a 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=24w14a -yarn_mappings=24w14a+build.5 -loader_version=0.15.9 +minecraft_version=1.20.5-pre1 +yarn_mappings=1.20.5-pre1+build.5 +loader_version=0.15.10 #Fabric api ## 1.20 -fabric_api_version=0.96.14+1.20.5 +fabric_api_version=0.96.15+1.20.5 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) |