Skip to content

Commit

Permalink
Fix Modrinth publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh committed Sep 27, 2023
1 parent 9678096 commit 89771bd
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 @@ -268,6 +268,7 @@ modrinth {

uploadFile.set(remapJar)
gameVersions.add(minecraft_version)
loaders.add("fabric")

dependencies {
required.project("ae2")
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ modrinth {

uploadFile.set(remapJar)
gameVersions.add(minecraft_version)
loaders.add("forge")

dependencies {
required.project("ae2")
Expand Down

0 comments on commit 89771bd

Please sign in to comment.