Skip to content

Validation: Don't allow the same mod id in load_before and dependencies #187

Closed
@KANAjetzt

Description

@KANAjetzt

As mentioned in

Mods added to load_before should not be added to dependencies this cancels out the effect.
Because a cyclic reference is created and the dependency check will break out of the loop, so both mods end up with the same importance score.

To avoid this we can add this as a validation check for the manifest.

Metadata

Metadata

Assignees

Labels

validationFeature to make things safe and predictable

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions