get Mods Delta
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
files In Mods Dir
A collection of files from which to exclude mods.
client Mods
A set of modIds which are clientside-only.