checkForClientModsAndDeps

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

filesInModsDir

Collection of files to check.

clientMods

Set of clientside-only mod-ids.

modDependencies

Set dependencies of other mods.