How to load mods with dependencies properly? #3948
-
Beta Was this translation helpful? Give feedback.
Answered by
NotHyper-474
Dec 23, 2024
Replies: 1 comment 1 reply
-
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"
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MAZ12211
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dependency name needs to be the same as the name of the folder, not the title. So it should be: