Skip to content

Commit 5e16ac3

Browse files
Fix output jar name, lectern support is still disabled
1 parent dbd68b5 commit 5e16ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = mod_version
99
group = mod_group_id
1010

1111
base {
12-
archivesName = mod_id
12+
archivesName = "${minecraft_version}-${mod_name}"
1313
}
1414

1515
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.

0 commit comments

Comments
 (0)