Appearance
@loontail/minecraft-kit / ResolvedVanillaLoader
Type Alias: ResolvedVanillaLoader
ts
type ResolvedVanillaLoader = {
minecraft: ResolvedMinecraft;
minecraftVersion: string;
type: typeof VANILLA;
};Defined in: src/types/vanilla.ts:8
Trivial loader used when no mod loader is in play. Carries the resolved Minecraft so the launch composer has a uniform view across vanilla / Fabric / Forge.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
minecraft | readonly | ResolvedMinecraft | The Minecraft manifest used for launch — same as the target's minecraft.manifest. | src/types/vanilla.ts:13 |
minecraftVersion | readonly | string | Minecraft version this loader is pinned to. | src/types/vanilla.ts:11 |
type | readonly | typeof VANILLA | - | src/types/vanilla.ts:9 |