We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd68b5 commit 5e16ac3Copy full SHA for 5e16ac3
build.gradle
@@ -9,7 +9,7 @@ version = mod_version
9
group = mod_group_id
10
11
base {
12
- archivesName = mod_id
+ archivesName = "${minecraft_version}-${mod_name}"
13
}
14
15
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
0 commit comments