Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CurseforgeUpdate

An update value for updating mods downloaded from CurseForge.

Hierarchy

Index

Properties

file-id

file-id: number

An integer representing the unique file ID of this mod file. This can be used if more metadata needs to be obtained relating to the mod.

project-id

project-id: number

An integer representing the unique project ID of this mod. Updating will retrieve the latest file for this project ID that is valid (correct Minecraft version, release channel, modloader, etc.).

release-channel

release-channel: "release" | "beta" | "alpha"

The latest type of file that should be downloaded for the mod. Files will be downloaded if they have the same or greater stability than this setting - e.g. "beta" will download files that are marked as beta and those marked as release. The newest file that is valid will be retrieved. Alpha may not work correctly as alpha mods and files are not returned by the API.

Generated using TypeDoc