From c11770ea6f633c90599f2d0f72537f2268d3edfb Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Sun, 12 Dec 2021 22:23:07 +0100 Subject: fix log4j2 --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 52dd1e8b..2d704f84 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,17 +2,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties (https://fabricmc.net/versions.html) minecraft_version=1.17.1 -yarn_mappings=1.17.1+build.61 -loader_version=0.11.7 +yarn_mappings=1.17.1+build.65 +loader_version=0.12.11 #Fabric api -fabric_version=0.40.0+1.17 +fabric_version=0.44.0+1.17 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=5.0.38 +clothconfig_version=5.2.47 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) -mod_menu_version=2.0.4 +mod_menu_version=2.0.14 # Mod Properties mod_version = 1.4.2 -- cgit