check For Client Mods And Deps
open override fun checkForClientModsAndDeps(filesInModsDir: Collection<File>, clientMods: TreeSet<String>, modDependencies: ArrayList<Pair<String, Pair<String, String>>>)
Check every file and fill the clientMods
and modDependencies
sets with ids of mods which are clientside-only or dependencies of a mod.
Author
Griefed
Parameters
files In Mods Dir
Collection of files to check.
client Mods
Set of clientside-only mod-ids.
mod Dependencies
Set dependencies of other mods.