mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 02:24:56 +00:00
feat: paper channel badges (#5850)
This commit is contained in:
+3
@@ -29,6 +29,9 @@ export interface InstallationSettingsContext {
|
||||
resolveLoaderVersions: (loader: string, gameVersion: string) => LoaderVersionEntry[]
|
||||
resolveHasSnapshots: (loader: string) => boolean
|
||||
|
||||
/** Prefetch loader build lists when the user hovers a game version (e.g. Paper/Purpur). */
|
||||
onGameVersionHover?: (option: GameVersionOption) => void
|
||||
|
||||
save: (platform: string, gameVersion: string, loaderVersionId: string | null) => Promise<void>
|
||||
repair: () => Promise<void>
|
||||
reinstallModpack: () => Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user