From d02956329428af1c1d2f1496095be716998a7e0b Mon Sep 17 00:00:00 2001 From: dhyces <10985914+dhyces@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:44:21 -0700 Subject: [PATCH] Remapping seems broken, so maybe fix --- common/build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 9b58413c..769e9bc9 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -93,6 +93,12 @@ tasks.processResources { } } +tasks.withType { + manifest { + attributes["Fabric-Loom-Remap"] = true + } +} + publishing { publications { create("mavenJava") {