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 3ffa888 commit d6dc4ec
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.1' + "." + "${env.GITHUB_RUN_NUMBER}"
mod_version = '1.20.4-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
}

version = mod_version
Expand All @@ -37,7 +37,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 d6dc4ec

Please sign in to comment.