Skip to content

@loontail/minecraft-kit / MinecraftDownloads

Type Alias: MinecraftDownloads

ts
type MinecraftDownloads = {
  client: ArtifactDownload;
  client_mappings?: ArtifactDownload;
  server?: ArtifactDownload;
  server_mappings?: ArtifactDownload;
};

Defined in: src/types/minecraft.ts:90

Per-platform downloads block of the Minecraft per-version manifest.

Properties

PropertyModifierTypeDefined in
clientreadonlyArtifactDownloadsrc/types/minecraft.ts:91
client_mappings?readonlyArtifactDownloadsrc/types/minecraft.ts:93
server?readonlyArtifactDownloadsrc/types/minecraft.ts:92
server_mappings?readonlyArtifactDownloadsrc/types/minecraft.ts:94

MIT License