Skip to content

Commit

Permalink
fix: wrong mc version ffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 25, 2023
1 parent d5c4f7c commit da30ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if (ENV.CURSE_TOKEN) {
id = project.curseforge_id
releaseType = project.curseforge_type
addGameVersion "Forge"
addGameVersion "1.18.2"
addGameVersion project.minecraft_version
mainArtifact(remapJar.archivePath)
changelog = file("./CHANGELOG.md")
changelogType = 'markdown'
Expand Down

0 comments on commit da30ea1

Please sign in to comment.