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 8a78cd8 commit 4ff42d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# eclipse
bin
*.launch
.eclipse
.settings
.metadata
.classpath
Expand Down
1 change: 1 addition & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ task curseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge) {
mainFile.addRequirement("balm")
project.minecraft_versions.split(',').toList().each { mainFile.addGameVersion(it) }
mainFile.releaseType = "release"
mainFile.addModLoader("NeoForge")
}

modrinth {
Expand Down

0 comments on commit 4ff42d4

Please sign in to comment.