Skip to content

Commit

Permalink
Add more loaders to Modrinth publication
Browse files Browse the repository at this point in the history
  • Loading branch information
der_frühling committed Apr 3, 2024
1 parent dcecefb commit 6675bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ modrinth {
versionType = modrinth_version_type
uploadFile = remapJar
gameVersions = [minecraft_version]
loaders = ["fabric"]
loaders = ["fabric", "quilt"]
changelog = rootProject.file("changelog.md").getText()

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ modrinth {
versionType = modrinth_version_type
uploadFile = remapJar
gameVersions = [minecraft_version]
loaders = ["forge"]
loaders = ["forge", "neoforge"]
changelog = rootProject.file("changelog.md").getText()

dependencies {
Expand Down

0 comments on commit 6675bc6

Please sign in to comment.