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 3971916 commit b0339b3Copy full SHA for b0339b3
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.6-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
+ mod_version = '1.20.6-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
14
}
15
16
version = mod_version
@@ -37,7 +37,7 @@ repositories {
37
38
39
base {
40
- archivesName = mod_id
+ archivesName = mod_id + "-neoforge"
41
42
43
// Mojang ships Java 21 to end users starting in 1.20.5, so mods should target Java 21.
0 commit comments