Skip to content

Commit 1bc31b4

Browse files
committed
Updated version name
1 parent 5a05e00 commit 1bc31b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
def env = System.getenv()
1212
if (env.GITHUB_RUN_NUMBER) {
13-
mod_version = 'neoforge-1.20.4-1.0.0' + "+" + "${env.GITHUB_RUN_NUMBER}"
13+
mod_version = '1.20.4-1.0.0' + "." + "${env.GITHUB_RUN_NUMBER}"
1414
}
1515

1616
version = mod_version
@@ -52,7 +52,7 @@ repositories {
5252
}
5353

5454
base {
55-
archivesName = mod_id
55+
archivesName = mod_id + "-neoforge"
5656
}
5757

5858
// Mojang ships Java 21 to end users starting in 1.20.5, so mods should target Java 21.

0 commit comments

Comments
 (0)