We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05e00 commit 1bc31b4Copy full SHA for 1bc31b4
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
11
def env = System.getenv()
12
if (env.GITHUB_RUN_NUMBER) {
13
- mod_version = 'neoforge-1.20.4-1.0.0' + "+" + "${env.GITHUB_RUN_NUMBER}"
+ mod_version = '1.20.4-1.0.0' + "." + "${env.GITHUB_RUN_NUMBER}"
14
}
15
16
version = mod_version
@@ -52,7 +52,7 @@ repositories {
52
53
54
base {
55
- archivesName = mod_id
+ archivesName = mod_id + "-neoforge"
56
57
58
// Mojang ships Java 21 to end users starting in 1.20.5, so mods should target Java 21.
0 commit comments