get Mods To Include
Generates a list of all mods to include in the server pack. If the user specified clientside-mods to exclude, and/or if the automatic exclusion of clientside-only mods is active, they will be excluded, too.
Return
A list of all mods to include in the server pack.
Author
Griefed
Parameters
The configurationModel containing the modpack directory, list of clientside-only mods to exclude, Minecraft version used by the modpack and server pack and the modloader used by the modpack and server pack.
Generates a list of all mods to include in the server pack. If the user specified clientside-mods to exclude, and/or if the automatic exclusion of clientside-only mods is active, they will be excluded, too.
Return
A list of all mods to include in the server pack.
Author
Griefed
Parameters
The mods-directory of the modpack of which to generate a list of all its contents.
A list of all clientside-only mods.
A list of mods to include regardless if a match was found in userSpecifiedClientMods.
The Minecraft version the modpack uses. When the modloader is Forge, this determines whether Annotations or Tomls are scanned.
The modloader the modpack uses.