Skip to content

Commit

Permalink
List TEO as incompatible in CF/MR upload
Browse files Browse the repository at this point in the history
Related: #291
  • Loading branch information
embeddedt committed May 14, 2024
1 parent d998f5b commit 7a47c5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ publishMods {
incompatible {
slug = "rubidium"
}

incompatible {
slug = "textrues-embeddium-options"
}
}
modrinth {
projectId = "sk9rgfiA"
Expand All @@ -242,6 +246,10 @@ publishMods {
incompatible {
slug = "rubidium"
}

incompatible {
slug = "textrues-embeddium-options"
}
}

displayName = "[${"minecraft_version"()}] Embeddium ${"mod_version"()}"
Expand Down

0 comments on commit 7a47c5d

Please sign in to comment.