Skip to content

Commit

Permalink
Update loader for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Feb 25, 2024
1 parent ac687c1 commit 2a1a63b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ System.getenv("CURSEFORGE")?.with { String key ->
}

addGameVersion("${minecraft_version}")
addGameVersion("Forge")
addGameVersion("NeoForge")

mainArtifact(jar) {
displayName = "${project.version}"
Expand Down Expand Up @@ -201,6 +201,7 @@ modrinth {

uploadFile.set(jar)
gameVersions.add(minecraft_version)
loaders.add("neoforge")

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

0 comments on commit 2a1a63b

Please sign in to comment.