naqaden opened this issue 2 months ago ยท 0 comments
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.
type="required"
[[dependencies.cloth_config]]
mandatory = true