Fix Forge mod jar names

This commit is contained in:
Aizistral
2026-03-27 23:49:35 +01:00
parent b53c51bd61
commit b91cf9da75
2 changed files with 7 additions and 1 deletions

View File

@@ -61,6 +61,10 @@ dependencies {
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.1'
}
tasks.withType(Jar) {
archivesBaseName = project.archivesBaseName
}
jar {
manifest {
attributes([