Appearance
@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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
artifact? | readonly | LibraryArtifact | src/types/minecraft.ts:123 |
classifiers? | readonly | Readonly<Record<string, LibraryArtifact>> | src/types/minecraft.ts:124 |