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 }