From eb962b9cfda4d989c819f6d784da61baa0e0477a Mon Sep 17 00:00:00 2001 From: Rime <81419447+Emirlol@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:46:46 +0300 Subject: Fix config not loading properly (#1129) * Modmenu 13.0.0 * Fix config being unable to load --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 02a97e8a..3ce546e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ yacl_version=3.6.2+1.21.4 ## HM API (https://github.com/AzureAaron/hm-api) hm_api_version=1.0.1+1.21.2 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) -mod_menu_version = 12.0.0-beta.1 +mod_menu_version = 13.0.0 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) rei_version = 17.0.789 ## EMI (https://modrinth.com/mod/emi/versions) -- cgit