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 {