Skip to content

Commit

Permalink
Explicitly specify loaders for modrinth because apparently it isn't o…
Browse files Browse the repository at this point in the history
…ptional, contrary to what the docs say.
  • Loading branch information
fnuecke committed Jan 1, 2023
1 parent 6908e8a commit 457fea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ modrinth {
versionType = 'release'
uploadFile = remapJar
gameVersions = [rootProject.minecraft_version]
loaders = ["fabric"]
dependencies {
required.project "fabric-api"
required.project "architectury-api"
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ modrinth {
versionType = "release"
uploadFile = remapJar
gameVersions = [rootProject.minecraft_version]
loaders = ["forge"]
dependencies {
required.project "architectury-api"
}
Expand Down

0 comments on commit 457fea6

Please sign in to comment.