Skip to content

Commit

Permalink
fix: missing modrinth loader config in neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Oct 9, 2024
1 parent dba9a7a commit 0f736c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ modrinth {
else -> "release"
}
}
loaders.set(listOf("neoforge"))
uploadFile.set(tasks.jar)
additionalFiles.set(listOf(tasks.sourcesJar))
gameVersions = listOf(libs.versions.minecraft.get())
Expand Down

0 comments on commit 0f736c8

Please sign in to comment.