Class ModrinthModPack
java.lang.Object
fr.flowarg.flowupdater.integrations.modrinthintegration.ModrinthModPack
-
Method Details
-
getName
Get the mod pack's name.- Returns:
- the mod pack's name.
-
getVersion
Get the mod pack's version.- Returns:
- the mod pack's version.
-
getMods
Get the mods in the mod pack.- Returns:
- the mods in the mod pack.
-
getBuiltInMods
Get the built-in mods in the mod pack. Built-in mods are mods directly put in the mods folder in the .mrpack file. They are not downloaded from a remote server. This is not a very good way to add mods because it disables some mod verification on these mods. We recommend mod pack creators to use the built-in mods feature only for mods that are not available remotely.- Returns:
- the built-in mods in the mod pack.
-