fix: update version

This commit is contained in:
2025-09-01 02:12:48 +08:00
parent 7819376ac3
commit 1e2724acec
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ subprojects {
base {
// Set up a suffixed format for the mod jar names, e.g. `example-fabric`.
archivesName = "$rootProject.archives_name-$project.name"
archivesName = "$rootProject.archives_name-$project.name-$rootProject.minecraft_version"
}
repositories {