From ebd5ccd1620c7857c621f9c04b1f87ab11c08cbc Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:19:13 +0800 Subject: Misc Changes (#755) - Update Fabric API to 0.100.0 (woo 0.100!) - Update YACL to 3.4.4 - Update IF Conflict - Disable image repo loader because its moving to a different repository and will stop working soon Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com> --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index ceb86ac8..77075ae7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,11 +9,11 @@ loader_version=0.15.10 #Fabric api ## 1.20 -fabric_api_version=0.97.8+1.20.6 +fabric_api_version=0.100.0+1.20.6 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.4.1+1.20.5 +yacl_version=3.4.4+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) -- cgit