Skip to content

@loontail/minecraft-kit v0.5.0 / FALLBACK_COMPONENT

Variable: FALLBACK_COMPONENT

ts
const FALLBACK_COMPONENT: string = RuntimeComponents.JRE_LEGACY;

Fallback Mojang component when the per-version manifest declares none. Pre-1.7 vanilla versions and a handful of legacy snapshots fall in this bucket.

Source

src/constants/runtime.ts:7

MIT License