From 37136a1ef1f786455df8d0c824600b3dadabeaa0 Mon Sep 17 00:00:00 2001 From: valoeghese Date: Mon, 19 Apr 2021 00:49:23 +1300 Subject: [PATCH] now only got a few things left to do. thanks choco for the quick loom fix --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9da57e2..6dcb52a 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } } dependencies { - classpath 'com.github.Chocohead:Fabric-Loom:7425f5a' + classpath 'com.github.Chocohead:Fabric-Loom:fd0e8ac' } }