From a43335466c840995820fe875365cfa1b79680e9c Mon Sep 17 00:00:00 2001 From: coolGi Date: Sat, 4 Mar 2023 18:53:43 +1030 Subject: [PATCH] Fixed the remapJar is the correct file --- fabric/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fabric/build.gradle b/fabric/build.gradle index 1fb524eaa..2d13b537e 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -23,6 +23,11 @@ loom { } } +remapJar { + // Set the input jar for the task, also valid for remapSourcesJar + inputFile = project(":fabric").file("build/libs/DistantHorizons-fabric-${rootProject.versionStr}-all.jar") +} + configurations { // The addModJar basically embeds the mod to the built jar addModJar