add PLATFORM_cn (#2536)
* add PLATFORM_cn * Update PLATFORM_cn.md * 润色 * Update PLATFORM_cn.md * Update PLATFORM.md * 格式化
This commit is contained in:
12
PLATFORM.md
12
PLATFORM.md
@@ -1,13 +1,15 @@
|
||||
# Platform Support Status
|
||||
|
||||
English | [简体中文](PLATFORM_cn.md)
|
||||
|
||||
| | Windows | Linux | Mac OS | FreeBSD |
|
||||
|----------------------------|:------------------------------------|:--------------------------|:----------------------------------------------------|:--------|
|
||||
| x86-64 | ✅️ | ✅️ | ✅️ | ❔ |
|
||||
| x86 | ✅️ | ✅️ | / | / |
|
||||
| ARM64 | 👌 (1.8+)<br/>✅ (use x86 emulation) | 👌 | 👌 (1.6~1.18.2)<br/>✅ (1.19+)<br/>✅ (use Rosetta 2) | ❔ |
|
||||
| ARM64 | 👌 (Minecraft 1.8+)<br/>✅ (use x86 emulation) | 👌 | 👌 (Minecraft 1.6~1.18.2)<br/>✅ (Minecraft 1.19+)<br/>✅ (use Rosetta 2) | ❔ |
|
||||
| ARM32 | /️ | 👌 | / | / |
|
||||
| MIPS64el | / | 👌 | / | / |
|
||||
| RISC-V 64 | / | 👌 (1.13+) | / | / |
|
||||
| RISC-V 64 | / | 👌 (Minecraft 1.13+) | / | / |
|
||||
| LoongArch64 | / | 👌 (both old and new ABI) | / | / |
|
||||
| PowerPC-64 (Little-Endian) | / | ❔ | / | / |
|
||||
| S390x | / | ❔ | / | / |
|
||||
@@ -21,17 +23,17 @@ Legend:
|
||||
* 👌: Supported platforms.
|
||||
|
||||
Support is provided by HMCL, tested to work, but may have more issues than a fully supported platform.
|
||||
Support for versions below 1.6 is not guaranteed.
|
||||
Support for versions below Minecraft 1.6 is not guaranteed.
|
||||
If you encounter a problem that does not exist on fully supported platforms, you can report it to HMCL.
|
||||
|
||||
* ❔: Low level supported platforms.
|
||||
|
||||
HMCL can run on this platform and has some basic support.
|
||||
However, launching the game directly is not yet available.
|
||||
If you want to start the game,
|
||||
If you want to start the game,
|
||||
you'll need to get the native libraries needed by Minecraft in other way and specify the native path in the instance settings.
|
||||
|
||||
* /: Not applicable.
|
||||
|
||||
We have no plans to support these platforms at this time, mainly because we don't have the equipment to test them.
|
||||
If you can help us adapt, please file a support request via issue.
|
||||
If you can help us adapt, please file a support request via issue.
|
||||
|
||||
Reference in New Issue
Block a user