Appearance
@loontail/minecraft-kit / DiscoveredLoaderHint
Type Alias: DiscoveredLoaderHint
ts
type DiscoveredLoaderHint = {
minecraftVersion?: string;
type: LoaderKind;
version?: string;
};Defined in: src/types/target.ts:53
Inferred loader hint (does not assert correctness).
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
minecraftVersion? | readonly | string | src/types/target.ts:55 |
type | readonly | LoaderKind | src/types/target.ts:54 |
version? | readonly | string | src/types/target.ts:56 |