Interface Mod
🏷️ Properties
allowModDistribution
allowModDistribution: null | booleanIs mod allowed to be distributed
Defined in: packages/curseforge/index.ts:131
authors
authors: Author[]The list of authors
Defined in: packages/curseforge/index.ts:106
categories
categories: ModCategory[]List of categories that this mod is related to
Defined in: packages/curseforge/index.ts:98
classId
classId: null | numberThe class id this mod belongs to
Defined in: packages/curseforge/index.ts:102
dateCreated
dateCreated: stringThe creation date of the mod
Defined in: packages/curseforge/index.ts:123
dateModified
dateModified: stringDefined in: packages/curseforge/index.ts:125
dateReleased
dateReleased: stringDefined in: packages/curseforge/index.ts:126
defaultFileId
defaultFileId: numberThe default download file id
Defined in: packages/curseforge/index.ts:144
downloadCount
downloadCount: numberNumber of downloads for the mod
Defined in: packages/curseforge/index.ts:86
gameId
gameId: numberGame id. Minecraft is 432.
Defined in: packages/curseforge/index.ts:59
gamePopularityRank
gamePopularityRank: numberThe mod popularity rank for the game
Defined in: packages/curseforge/index.ts:135
id
id: numberThe addon id. You can use this in many functions required the addonID
Defined in: packages/curseforge/index.ts:55
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:139
isFeatured
isFeatured: booleanWhether the mod is included in the featured mods list
Defined in: packages/curseforge/index.ts:90
latestFiles
latestFiles: File[]Defined in: packages/curseforge/index.ts:115
latestFilesIndexes
latestFilesIndexes: FileIndex[]List of file related details for the latest files of the mod
Defined in: packages/curseforge/index.ts:119
links
links: ObjectRelevant links for the mod such as Issue tracker and Wiki
Defined in: packages/curseforge/index.ts:69
logo
logo: ModAssetDefined in: packages/curseforge/index.ts:108
mainFileId
mainFileId: numberThe id of the main file of the mod
Defined in: packages/curseforge/index.ts:114
name
name: stringThe display name of the addon
Defined in: packages/curseforge/index.ts:63
primaryCategoryId
primaryCategoryId: numberThe main category of the mod as it was chosen by the mod author
Defined in: packages/curseforge/index.ts:94
screenshots
screenshots: ModAsset[]Defined in: packages/curseforge/index.ts:110
slug
slug: stringThe mod slug that would appear in the URL
Defined in: packages/curseforge/index.ts:67
status
status: ModStatusCurrent mod status
Defined in: packages/curseforge/index.ts:82
summary
summary: stringOne line summery
Defined in: packages/curseforge/index.ts:78
thumbsUpCount
thumbsUpCount: numberThe mod's thumbs up count
Defined in: packages/curseforge/index.ts:148