This commit is contained in:
Ryan Cao 2022-06-10 20:39:32 +08:00
parent c0cb2fed0b
commit 8de20f2b25
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F

View file

@ -171,7 +171,7 @@ const tempM1Analyzer: Analyzer = async (text) => {
if (lwjglFail && m1) {
return [
'M1 issues',
"PolyMC doesn't support Apple M1 for sub-1.19 versions yet. Use ManyMC https://github.com/MinecraftMachina/ManyMC or PolyM1 https://github.com/ryanccn/PolyM1 if you still want to use PolyMC",
"PolyMC doesn't support Apple M1 for sub-1.19 versions yet. Use ManyMC https://github.com/MinecraftMachina/ManyMC.",
];
}