Appearance
@loontail/minecraft-kit / LibraryArtifact
Type Alias: LibraryArtifact
ts
type LibraryArtifact = ArtifactDownload & {
path: string;
};Defined in: src/types/minecraft.ts:130
An individual library artifact (jar/zip).
Type Declaration
| Name | Type | Defined in |
|---|---|---|
path | string | src/types/minecraft.ts:131 |