diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties index ceb86ac8..58f9b82f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,19 +3,19 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.6 -yarn_mappings=1.20.6+build.1 -loader_version=0.15.10 +minecraft_version=1.21 +yarn_mappings=1.21+build.1 +loader_version=0.15.11 #Fabric api ## 1.20 -fabric_api_version=0.97.8+1.20.6 +fabric_api_version=0.100.1+1.21 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.4.1+1.20.5 +yacl_version=3.5.0+1.21 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) -mod_menu_version = 10.0.0-beta.1 +mod_menu_version = 11.0.0-beta.1 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) rei_version = 13.0.666 ## EMI (https://modrinth.com/mod/emi/versions) @@ -34,7 +34,7 @@ jgit_version = 6.9.0.202403050737-r commons_math_version = 3.6.1 # Mod Properties -mod_version = 1.20.2 +mod_version = 1.21.1 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ |