Skip to content

Commit

Permalink
chore: mc publish late use config
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee committed Jan 5, 2025
1 parent 593f2d0 commit 49ca85f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/forge/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ modId = "cloth_config"
mandatory = false
versionRange = "[${cloth_config_major_version},)"
ordering = "NONE"
side = "CLIENT"
side = "CLIENT"
[dependencies.disable_compliance_notification.mc-publish]
ignore=false
modrinth="cloth-config"
curseforge="cloth-config"
4 changes: 4 additions & 0 deletions src/neoforge/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ type = "optional"
versionRange = "[${cloth_config_major_version},)"
ordering = "NONE"
side = "CLIENT"
[dependencies.disable_compliance_notification.mc-publish]
ignore=false
modrinth="cloth-config"
curseforge="cloth-config"

[[mixins]]
config="disable_compliance_notification.mixins.json"

0 comments on commit 49ca85f

Please sign in to comment.