Appearance
@loontail/minecraft-kit / ResolvedFabricLoader
Type Alias: ResolvedFabricLoader
ts
type ResolvedFabricLoader = {
loaderVersion: string;
minecraftVersion: string;
profile: FabricProfile;
type: typeof FABRIC;
};Defined in: src/types/fabric.ts:44
Resolved Fabric loader for a specific Minecraft version.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
loaderVersion | readonly | string | src/types/fabric.ts:47 |
minecraftVersion | readonly | string | src/types/fabric.ts:46 |
profile | readonly | FabricProfile | src/types/fabric.ts:48 |
type | readonly | typeof FABRIC | src/types/fabric.ts:45 |