cleanupClientMods

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

modDependencies

A set of modIds of dependencies.

clientMods

A set of modIds of clientside-only mods.