Skip to content

Commit

Permalink
Explicitly set loader for Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 15, 2024
1 parent 0baaec5 commit a1a40c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,8 @@ chenille {
withModrinthRelease()
withGithubRelease()
}
}
}

modrinth {
loaders = ['quilt']
}

0 comments on commit a1a40c0

Please sign in to comment.