Skip to content

@loontail/minecraft-kit v0.5.0 / NODE_ARCH_TO_MOJANG_ARCH

Variable: NODE_ARCH_TO_MOJANG_ARCH

ts
const NODE_ARCH_TO_MOJANG_ARCH: {
  arm64: "arm64";
  ia32: "x86";
  x64: "x64";
};

Mapping from Node's process.arch to Mojang/Mojang-runtime arch tags.

Type declaration

MemberTypeValue
arm64"arm64""arm64"
ia32"x86""x86"
x64"x64""x64"

Source

src/constants/platform.ts:11

MIT License