Skip to content

How to load mods with dependencies properly? #3948

Answered by NotHyper-474
MAZ12211 asked this question in Q&A
Discussion options

You must be logged in to vote

The dependency name needs to be the same as the name of the folder, not the title. So it should be:

{
  "title": "random pack",
  "description": "r.",
  "api_version": "0.5.3",
  "mod_version": "1.0.0",
  "license": "Apache-2.0",
  "dependencies": {
-     "SGRC - SilvaGunner tool": ">=1.0.0"
+     "SGRipperCredits": ">=1.0.0"
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cyn0x8
Comment options

Answer selected by MAZ12211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants