fix: update version

This commit is contained in:
2025-09-01 02:12:48 +08:00
parent 7a0e44b88c
commit 84acb68f31
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 {