cleanup Client Mods
fun cleanupClientMods(modDependencies: ArrayList<Pair<String, Pair<String, String>>>, clientMods: TreeSet<String>)
Remove any dependency from the list of clientside-only mods to prevent excluding dependencies of other mods, resulting in a potentially broken server pack.
Author
Griefed
Parameters
mod Dependencies
A set of modIds of dependencies.
client Mods
A set of modIds of clientside-only mods.