I have a situation, where I am working on mod A, which is a dependency of Mod B.
I want to use functionality of mod B in mod A.
Everest does not like me adding mod B as a dependency to mod A.
is there a way to get around this?
What I don't know if it is possible is:
- can I use stuff from other mods without them being a dependency?
- is there even an intended way to get around this?