Dependencies are not resolved recursively #214
Labels
bug
Something doesn't work as expected
fixed in source
Bug has been fixed in source-code, but has not been released yet
priority
I'm working on it, or will be soon
Milestone
Description
It seems that ferium can't download a required chain of dependencies, and halts at depth 1. So mod A has optional dependency B, while B has required C, but when A prompts to install B as optional, the C is not pulled with B.
To Reproduce
forge 1.16.5
ferium add 307152
n
268655
) replyy
ferium list
, to see:manually removing GameStages and adding them via
ferium add 268655
pulls the required Bookself properlySoftware version
Additional information
It seems like ferium cannot recursively resolve dependencies.
Potential or ad-hoc sollutions and considerations
ferium list --verbose
orferium check
command to print a list of installed mods along with their optional and required dependencies (and installed status) and so on in a treeThe text was updated successfully, but these errors were encountered: