Skip to content

Commit

Permalink
Merge pull request #44 from FTBTeam/dev
Browse files Browse the repository at this point in the history
fix: neoforge build marked as "NeoForge" for CF
  • Loading branch information
desht committed Mar 21, 2024
2 parents d60ecb3 + 01c956f commit a0af1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (ENV.CURSEFORGE_KEY) {
project {
id = project.curseforge_id_forge
releaseType = ftbPublishing.relType
addGameVersion "Forge"
addGameVersion "NeoForge"
addGameVersion project.minecraft_version
mainArtifact(remapJar.archiveFile)
relations {
Expand Down

0 comments on commit a0af1cc

Please sign in to comment.