Add minecraft version to filename

This commit is contained in:
BitHeaven 2024-09-26 21:05:33 +05:00
parent fd04d1827c
commit a7d14dc690
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}
version = project.mod_version
version = "${project.mod_version}-${project.minecraft_version}"
group = project.maven_group
base {