Skip to content

Validation - Add a check if the same Mod ID is in dependencies and incompatibilities #169

@KANAjetzt

Description

@KANAjetzt

Right now something like this, doesn't throw an error:

{
	"name": "MultiRes",
	"namespace": "KANA",
	"version_number": "2.1.1",
	"description": "Allows you to set 3 different screen settings ...",
	"website_url": "https://github.com/BrotatoMods",
	"dependencies": ["Darkly77-Brotils"],
	"extra": {
		"godot": {
			"incompatibilities": ["Darkly77-Brotils"],
			"authors": ["KANA"],
			"compatible_mod_loader_version": ["4.1.0"],
			"compatible_game_version": ["0.8.0.3"],
			"config_defaults": {}
		}
	}
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestvalidationFeature to make things safe and predictable

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions