From 9471186637c404d220e17eae62e7147ab2546e80 Mon Sep 17 00:00:00 2001 From: Asek3 <64613894+Asek3@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:59:37 +0200 Subject: [PATCH] sodium-styled jar naming --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index cfc179913..53b2448c5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,8 @@ plugins { id "com.gtnewhorizons.retrofuturagradle" version "1.3.26" } +archivesBaseName = "${project.mod_id}-mc${project.minecraft_version}-${project.mod_version}" + // Set the toolchain version to decouple the Java we run Gradle with from the Java used to compile and run the mod java { toolchain {