Skip to content

Commit 3352ef4

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
Update FAQ
1 parent 891ba60 commit 3352ef4

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

src/routes/faq/installation/+page.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ layout: faq
44

55
## Downloading
66

7-
When you download Meteor, you can choose one of two options:
8-
9-
- `Release`: this version is updated less frequently, but is preferred if you don't want to update often.
10-
You can download it on the [official website](https://meteorclient.com/download);
11-
- `Dev build`: this version is updated frequently, can have some bugs, but often has less than the release.
12-
You can get this version from the [official website](https://meteorclient.com/download?devBuild=latest),
13-
the `#dev-builds` channel in the [Meteor Discord](https://meteorclient.com/discord), or by compiling the source
14-
from [GitHub](https://github.com/MeteorDevelopment/meteor-client).
7+
Meteor is continuously updated to support the latest version of Minecraft and can be downloaded from
8+
our [home page](https://meteorclient.com).
9+
If you're looking for a slightly older version of Meteor (from `1.21.4` and up), check out
10+
the [archive](https://meteorclient.com/archive).
11+
Advanced users may also [compile Meteor from source](https://meteorclient.com/faq/old-versions), though this is not
12+
recommended for most players.
1513

1614
_Disclaimer: If your antivirus flags Meteor as dangerous, it is probably because it is an executable (JAR) file.
17-
If you have any concerns feel free to check the source code located within this repository._
15+
If you have any concerns feel free to check the source code located
16+
within [this](https://github.com/MeteorDevelopment/meteor-client/) repository._
1817

1918
## Installing
2019

@@ -32,6 +31,16 @@ Since nobody can look at the code, the developers could insert malicious code, t
3231
devices.
3332
We do not provide support to cracked users in any way, as they do not legally own the game.
3433

34+
### Non-standard launchers
35+
36+
Some launchers, such as `Feather Client`, `Lunar Client`, and similar, modify the Minecraft JAR or environment in
37+
non-standard ways.
38+
This often causes incompatibilities with Meteor and other mods.
39+
40+
As a result, we cannot provide support for issues encountered when using these launchers.
41+
We recommend using a standard or mod-friendly launcher such as `Prism Launcher`, `MultiMC`, or the official Minecraft
42+
launcher.
43+
3544
### Minecraft Launcher
3645

3746
If you already have Fabric Loader installed, skip to step 4.
@@ -51,7 +60,7 @@ If you already have Fabric Loader installed, skip to step 4.
5160
If you already have one of these installed, skip to step 2.
5261
If you already have an instance with Fabric Loader, skip to step 4.
5362

54-
1. Download [PrismLauncher](https://prismlauncher.org/download/) or [MultiMC](https://multimc.org/#Download) and install it.
63+
1. Install [PrismLauncher](https://prismlauncher.org/download/) or [MultiMC](https://multimc.org/#Download).
5564
2. Open the launcher and click `Add Instance`, make sure the correct Minecraft version is selected, choose the `Fabric`
5665
loader in the bottom window, and press `OK`.
5766
3. Click `Edit Instance` with your new instance selected and then click `Install Fabric` then `OK`.

src/routes/faq/old-versions/+page.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ These steps expect you to use the latest version of Minecraft, Meteor and ViaFab
1919
1. Download Meteor as instructed in the [Installation guide](https://meteorclient.com/faq/installation).
2020
2. Download [ViaFabricPlus](https://modrinth.com/mod/viafabricplus/versions) and put it in your `mods` folder.
2121
3. If you are using other mods, make sure they are all up to date with the latest Minecraft version.
22-
4. Launch the game and click `Multiplayer`; here, you should select the server you want to join and click the `Edit` button.
22+
4. Launch the game and click `Multiplayer`; here, you should select the server you want to join and click the `Edit`
23+
button.
2324
5. A new `Set version` button should appear, click it and select the version required by the server you want to join.
2425

2526
<br>
@@ -30,7 +31,8 @@ the [ViaFabricPlus wiki](https://github.com/ViaVersion/ViaFabricPlus/blob/main/d
3031

3132
### Archive
3233

33-
Since Minecraft version 1.21.4 (when we changed Meteor's versioning scheme) we are providing an [archive page](/archive)
34+
Since Minecraft version 1.21.4 (when we changed Meteor's versioning scheme) we are providing
35+
an [archive page](https://meteorclient.com/archive)
3436
with the latest build for every Minecraft version.
3537
**WARNING: These versions are archived and NOT supported, you will NOT receive any help when using these versions!**
3638

0 commit comments

Comments
 (0)