From 9ec7ba352eeff8b58deb6cba1840628f018b2e1b Mon Sep 17 00:00:00 2001 From: Xujiayao Date: Thu, 5 Dec 2024 00:38:31 +0800 Subject: [PATCH] [skip ci] fabric-loom 1.9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0e190c6c..3ea8a12c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "fabric-loom" version "1.8-SNAPSHOT" apply false + id "fabric-loom" version "1.8-SNAPSHOT" apply false // 1.9 is not working (2024/12/05) id "com.replaymod.preprocess" version "88169fcb" id "com.gradleup.shadow" version "8.3.3" apply false }