getModsDelta

open override fun getModsDelta(filesInModsDir: Collection<File>, clientMods: TreeSet<String>): TreeSet<File>

Get a list of mod-jars which can safely be excluded from the server pack.

Return

A set of all files from the passed collection which can safely be excluded from the server pack.

Author

Griefed

Parameters

filesInModsDir

A collection of files from which to exclude mods.

clientMods

A set of modIds which are clientside-only.