Skip to content

Commit

Permalink
fix(build): mark incompatibility with correct version of starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 3, 2024
1 parent 38c3f5f commit 89e9cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ publishMods {
modrinth {
incompatible(
"notenoughcrashes",
"starlight-forge",
"starlight-neoforge",
"canary",
"radium"
)
}
curseforge {
incompatible(
"not-enough-crashes-forge",
"starlight-forge",
"starlight-neoforge",
"canary",
"radium-reforged"
)
Expand Down

0 comments on commit 89e9cd5

Please sign in to comment.