Skip to content

Commit b0339b3

Browse files
committed
Updated version name
1 parent 3971916 commit b0339b3

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.6-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
13+
mod_version = '1.20.6-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
1414
}
1515

1616
version = mod_version
@@ -37,7 +37,7 @@ repositories {
3737
}
3838

3939
base {
40-
archivesName = mod_id
40+
archivesName = mod_id + "-neoforge"
4141
}
4242

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

0 commit comments

Comments
 (0)