From ca8eaac117d84f42b9aee971d2939e911949dbbf Mon Sep 17 00:00:00 2001 From: Yasin Date: Sun, 16 Jun 2024 01:31:09 +0200 Subject: update mod to 1.21.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 77075ae7..5eb4a8fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ fabric_api_version=0.100.0+1.20.6 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.4.4+1.20.6 +yacl_version=3.5.0+1.20.6 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) mod_menu_version = 10.0.0-beta.1 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) @@ -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.0 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ -- cgit