Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKANFile: Accept any_of Relations #24

Open
winsmith opened this issue Mar 17, 2019 · 0 comments
Open

CKANFile: Accept any_of Relations #24

winsmith opened this issue Mar 17, 2019 · 0 comments
Labels
CKANKit Low Level Mod Handling enhancement New feature or request

Comments

@winsmith
Copy link
Owner

winsmith commented Mar 17, 2019

This can already be parsed:

"depends": [
    { "name": "ModuleManager" }
],

But this should also be able to be parsed:

"depends": [
    {
        "name": "ModuleManager"
    },
    { "any_of": [
        { "name": "SigmaReplacements-Heads" },
        { "name": "TextureReplacerReplaced" }
    ] }
],

related: #23

@winsmith winsmith added enhancement New feature or request CKANKit Low Level Mod Handling labels Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CKANKit Low Level Mod Handling enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant