Interface Mod
🏷️ Properties
allowModDistribution
allowModDistribution: null | booleanIs mod allowed to be distributed
Defined in: packages/curseforge/index.ts:132
authors
authors: Author[]The list of authors
Defined in: packages/curseforge/index.ts:107
categories
categories: ModCategory[]List of categories that this mod is related to
Defined in: packages/curseforge/index.ts:99
classId
classId: null | numberThe class id this mod belongs to
Defined in: packages/curseforge/index.ts:103
dateCreated
dateCreated: stringThe creation date of the mod
Defined in: packages/curseforge/index.ts:124
dateModified
dateModified: stringDefined in: packages/curseforge/index.ts:126
dateReleased
dateReleased: stringDefined in: packages/curseforge/index.ts:127
defaultFileId
defaultFileId: numberThe default download file id
Defined in: packages/curseforge/index.ts:145
downloadCount
downloadCount: numberNumber of downloads for the mod
Defined in: packages/curseforge/index.ts:87
gameId
gameId: numberGame id. Minecraft is 432.
Defined in: packages/curseforge/index.ts:60
gamePopularityRank
gamePopularityRank: numberThe mod popularity rank for the game
Defined in: packages/curseforge/index.ts:136
id
id: numberThe addon id. You can use this in many functions required the addonID
Defined in: packages/curseforge/index.ts:56
isAvailable
isAvailable: booleanIs the mod available for search. This can be false when a mod is experimental, in a deleted state or has only alpha files
Defined in: packages/curseforge/index.ts:140
isFeatured
isFeatured: booleanWhether the mod is included in the featured mods list
Defined in: packages/curseforge/index.ts:91
latestFiles
latestFiles: File[]Defined in: packages/curseforge/index.ts:116
latestFilesIndexes
latestFilesIndexes: FileIndex[]List of file related details for the latest files of the mod
Defined in: packages/curseforge/index.ts:120
links
links: { issuesUrl: string; sourceUrl: string; websiteUrl: string; wikiUrl: string }Relevant links for the mod such as Issue tracker and Wiki
Defined in: packages/curseforge/index.ts:70
logo
logo: ModAssetDefined in: packages/curseforge/index.ts:109
mainFileId
mainFileId: numberThe id of the main file of the mod
Defined in: packages/curseforge/index.ts:115
name
name: stringThe display name of the addon
Defined in: packages/curseforge/index.ts:64
primaryCategoryId
primaryCategoryId: numberThe main category of the mod as it was chosen by the mod author
Defined in: packages/curseforge/index.ts:95
screenshots
screenshots: ModAsset[]Defined in: packages/curseforge/index.ts:111
slug
slug: stringThe mod slug that would appear in the URL
Defined in: packages/curseforge/index.ts:68
status
status: ModStatusCurrent mod status
Defined in: packages/curseforge/index.ts:83
summary
summary: stringOne line summery
Defined in: packages/curseforge/index.ts:79
thumbsUpCount
thumbsUpCount: numberThe mod's thumbs up count
Defined in: packages/curseforge/index.ts:149