Fix: Changing mod_name not updating build jar.

This commit is contained in:
AzureDoom
2026-06-19 13:21:06 -04:00
parent 0d554ed8f3
commit 887468221e

View File

@@ -41,6 +41,11 @@ repositories {
mavenCentral()
}
tasks.named<Jar>("jar") {
archiveBaseName.set(project.property("mod_name").toString())
archiveVersion.set(project.property("version").toString())
}
// Uncomment if you are using IntelliJ.
// idea {
// module {