Skip to content

@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

PropertyModifierTypeDescriptionDefined in
minecraftreadonlyResolvedMinecraftThe Minecraft manifest used for launch — same as the target's minecraft.manifest.src/types/vanilla.ts:13
minecraftVersionreadonlystringMinecraft version this loader is pinned to.src/types/vanilla.ts:11
typereadonlytypeof VANILLA-src/types/vanilla.ts:9

MIT License