Skip to content

Commit ce3d8a0

Browse files
committed
build: rename remapped jar output
1 parent 8d87138 commit ce3d8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fabric/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ tasks.shadowJar {
5656

5757
tasks.remapJar {
5858
dependsOn(tasks.shadowJar)
59+
archiveFileName = "npc-lib-mod.jar"
5960
inputFile = tasks.shadowJar.flatMap { it.archiveFile }
6061
}
6162

0 commit comments

Comments
 (0)