You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CC 13.0.138, mods.toml has type="required" under [[dependencies.cloth_config]], preventing CC and some (maybe all?) other mods from loading. Changing that line to mandatory = true satisfies NF, allowing mods to load as expected.
The text was updated successfully, but these errors were encountered:
In CC 13.0.138, mods.toml has
type="required"
under[[dependencies.cloth_config]]
, preventing CC and some (maybe all?) other mods from loading. Changing that line tomandatory = true
satisfies NF, allowing mods to load as expected.The text was updated successfully, but these errors were encountered: