Skip to content

@loontail/minecraft-kit / Architecture

Type Alias: Architecture

ts
type Architecture = typeof Architectures[keyof typeof Architectures];

Defined in: src/types/system.ts:31

Architecture literal used in launcher metadata.

MIT License