java.lang.Object
fr.flowarg.flowupdater.integrations.modrinthintegration.ModrinthModPack

public class ModrinthModPack extends Object
  • Method Details

    • getName

      public String getName()
      Get the mod pack's name.
      Returns:
      the mod pack's name.
    • getVersion

      public String getVersion()
      Get the mod pack's version.
      Returns:
      the mod pack's version.
    • getMods

      public List<Mod> getMods()
      Get the mods in the mod pack.
      Returns:
      the mods in the mod pack.
    • getBuiltInMods

      public List<Mod> 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.