Fixed name of builded product

This commit is contained in:
lukasabbe
2025-07-11 15:12:37 +02:00
parent d45efb986f
commit 83674e5774
@@ -4,7 +4,7 @@ plugins {
}
base {
archivesName = "${mod_id}-${project.name}-${minecraft_version}"
archivesName = "${mod_id}-${project.name}"
}
java {