Skip to content

Commit

Permalink
Merge pull request #146 from FTBTeam/dev
Browse files Browse the repository at this point in the history
fix: ftb library slug for forge/neoforge [ciskip]
  • Loading branch information
desht authored Jun 10, 2024
2 parents b0fe2aa + 228eb31 commit 6623450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ publishMods {
from(curseForgeOptions, neoForgeOptions)
projectId = curseforge_id_forge
requires {slug = "architectury-api" }
requires {slug = 'ftb-library-neoforge' }
optional {slug = 'ftb-ranks-neoforge' }
requires {slug = 'ftb-library-forge' }
optional {slug = 'ftb-ranks-forge' }
}
}

0 comments on commit 6623450

Please sign in to comment.