From 5a37c208102980eaf0451cda9dc1e7c48e35fb0a Mon Sep 17 00:00:00 2001 From: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:34:13 -0300 Subject: [PATCH] Fix messy workaround Or messy intentional approach to a problem according to kb, which fair enough, it's just that we are unfortunately Quilt Loom --- build.gradle | 5 ----- gradle/libs.versions.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 2d6b9444..d125abb7 100644 --- a/build.gradle +++ b/build.gradle @@ -3,11 +3,6 @@ plugins { alias libs.plugins.quilt.loom } -// messy workaround for bug in quilt loom 1.3.3+ -project.configurations.configureEach { - exclude(group: "net.fabricmc", module: "fabric-loader") -} - def javaVersion = 21 group = project.maven_group_id diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f653b651..4c22b9cb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ minecraft = "1.21.1" parchment = "2024.07.28" -quilt_loom = "1.8.3" +quilt_loom = "1.8.4" quilt_loader = "0.27.0-beta.1" fabric_api = "0.106.0+1.21.1"