Skip to content

@loontail/minecraft-kit v0.5.0 / RuntimeSystem

Interface: RuntimeSystem

Identifies the host system for the launcher. All resolvers consume this object to pick the right artifacts (libraries, natives, runtime).

Properties

PropertyModifierTypeDescription
archreadonlyArchitectureCPU architecture (mojang naming).
osreadonlyOperatingSystemOS identifier (mojang naming).
osVersionreadonlystringOS version string from os.release(). Used to evaluate library os.version regex rules.

MIT License