Skip to content

@loontail/minecraft-kit / MinecraftLibraryDownloads

Type Alias: MinecraftLibraryDownloads

ts
type MinecraftLibraryDownloads = {
  artifact?: LibraryArtifact;
  classifiers?: Readonly<Record<string, LibraryArtifact>>;
};

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

Library downloads block.

Properties

PropertyModifierTypeDefined in
artifact?readonlyLibraryArtifactsrc/types/minecraft.ts:123
classifiers?readonlyReadonly<Record<string, LibraryArtifact>>src/types/minecraft.ts:124

MIT License