Skip to content

Commit

Permalink
Updated version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption committed Jun 19, 2024
1 parent 5a05e00 commit 1bc31b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

def env = System.getenv()
if (env.GITHUB_RUN_NUMBER) {
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}"
}

version = mod_version
Expand Down Expand Up @@ -52,7 +52,7 @@ repositories {
}

base {
archivesName = mod_id
archivesName = mod_id + "-neoforge"
}

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

0 comments on commit 1bc31b4

Please sign in to comment.