update undocumented type definitions

This commit is contained in:
2026-02-15 13:40:55 -08:00
parent 08e994f11b
commit 2ce38bc85d
+13 -1
View File
@@ -118,6 +118,12 @@ export interface PackMetaData {
"quilt"?: string
/** The version of Liteloader used by this modpack. */
"liteloader"?: string
/**
* The version of NeoForge used by this modpack.
*
* This is an undocumented variable in packwiz,
* so this documentation may be inaccurate.
*/
"neoforge"?: string
},
/** Additional options */
@@ -239,7 +245,13 @@ export interface PackFileMetaData {
"hash": Hash
/** The URL to download the mod from. @see {@link Url} */
"url"?: Url
"mode"?: string
/**
* Indicates that this file must be downloaded using the curseforge API to retreive a download url,
* instead of storing the direct download url in the pack, to comply with curseforge API usage requirements.
*
* This is an undocumented variable in packwiz, so this documentation may be inacurate.
*/
"mode"?: "metadata:curseforge"
}
/**
* Information about the optional state of this mod.