diff --git a/build.gradle b/build.gradle index 4b66cd566..c9f3e35e5 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { tasks.named('jar', Jar).configure { exclude('net/geforcemods/securitycraft/datagen/**') //exclude files from the built jar that are only used to generate the assets & data - archiveFileName = "[1.21.3] SecurityCraft ${version}.jar" + archiveFileName = "[1.21.3] SecurityCraft v${version}.jar" manifest { attributes(["Specification-Title": "SecurityCraft", "Specification-Vendor": "Geforce, bl4ckscor3, Redstone_Dubstep",