Skip to content

Commit 08db206

Browse files
committed
Manually set modloader for NeoForge in CurseForgeGradle
1 parent 304aca5 commit 08db206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neoforge/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ tasks.register('curseforge', TaskPublishCurseForge) {
6969
mainFile.releaseType = "release"
7070
mainFile.changelog = changelog
7171
mainFile.changelogType = "markdown"
72+
mainFile.addModLoader("NeoForge")
7273

7374
for (String version in minecraft_version_list) {
7475
mainFile.addGameVersion(version)

0 commit comments

Comments
 (0)