Skip to content

Commit

Permalink
build: Specify NeoForge loader explicitly for CurseForge upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Aug 13, 2024
1 parent e710cc0 commit 2c81de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ classes/
# eclipse

*.launch
.eclipse
.eclipse

# idea

Expand Down
1 change: 1 addition & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ task curseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge) {
mainFile.changelog = rootProject.file('CHANGELOG.md').text
project.minecraft_versions.split(',').toList().each { mainFile.addGameVersion(it) }
mainFile.releaseType = "release"
mainFile.addModLoader("NeoForge")
}

modrinth {
Expand Down

0 comments on commit 2c81de0

Please sign in to comment.