Type alias CpuArchRuleVal

CpuArchRuleVal: "x86" | "x64" | "arm" | "arm64" | "mips" | "mipsel" | "ppc" | "ppc64" | "s390" | "s390x"

Potential architectures. Only x86, x64 and arm64 are fixed values at this stage and are technically supported. Use the others for stuff at your own risk since GMLL might be forced to change this if mojang suddenly chooses to support one of the other architectures

Generated using TypeDoc