Skip to content

Commit

Permalink
Add scaling health to incompatibility list
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrails committed Mar 18, 2024
1 parent 79c2cd2 commit f382aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ tasks.register('publishCurseForge', TaskPublishCurseForge) {
mainFile.changelogType = "markdown"
mainFile.addGameVersion("Client", rootProject.minecraft_version)
mainFile.addModLoader("forge")
mainFile.addIncompatibility("overflowing-bars")
mainFile.addIncompatibility("overflowing-bars", "scaling-health")
mainFile.withAdditionalFile(tasks.sourcesJar)
}

0 comments on commit f382aa9

Please sign in to comment.