Skip to content

Commit

Permalink
Recommend Fjord Launcher instead of PollyMC
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jun 27, 2024
1 parent 722eb80 commit b578c50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It's designed to be easy to host yourself, but a "reference instance" is hosted

It's compatible with both [authlib-injector](https://github.com/yushijinhun/authlib-injector/blob/develop/README.en.md) and the vanilla Yggdrasil protocol, which means it supports:

- Minecraft launchers that support authlib-injector, such as [PollyMC](https://github.com/fn2006/PollyMC) or [HMCL](https://github.com/huanghongxun/HMCL)
- Minecraft launchers that support authlib-injector, such as [Fjord Launcher](https://github.com/unmojang/FjordLauncher) or [HMCL](https://github.com/huanghongxun/HMCL)
- Minecraft servers running version 1.7.2 or later with authlib-injector
- Vanilla Minecraft servers running version 1.16 or later, via JVM arguments. Vanilla 1.16+ clients are supported too, but most launchers use authlib-injector for third-party accounts.

Expand Down
4 changes: 2 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Make sure your new account's username is in the list of `DefaultAdmins` in your

## Configuring your Minecraft client

Using Drasl on the client requires a third-party launcher that supports custom API servers. [PollyMC](https://github.com/fn2006/PollyMC/), a fork of Prism Launcher (and not to be confused with PolyMC) is recommended, but [HMCL](https://github.com/huanghongxun/HMCL) also works. Both are free/libre.
Using Drasl on the client requires a third-party launcher that supports custom API servers. [Fjord Launcher](https://github.com/unmojang/FjordLauncher), a fork of Prism Launcher, is recommended, but [HMCL](https://github.com/huanghongxun/HMCL) also works. Both are free/libre.

### PollyMC
### Fjord Launcher

1. Click your account in the top right and select "Manage Accounts...".
2. Click "Add authlib-injector" in the right-hand sidebar.
Expand Down
8 changes: 4 additions & 4 deletions view/root.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<h3>Configuring your client</h3>
<p>
Using Drasl on the client requires a third-party launcher that supports
custom API servers. <a href="https://github.com/fn2006/PollyMC">PollyMC</a>,
a fork of Prism Launcher (and not to be confused with PolyMC) is
recommended, but
custom API servers.
<a href="https://github.com/unmojang/FjordLauncher">Fjord Launcher</a>, a
fork of Prism Launcher, is recommended, but
<a href="https://github.com/huanghongxun/HMCL">HMCL</a> also works. Both are
free/libre.
</p>

<h4>PollyMC</h4>
<h4>Fjord Launcher</h4>

<ol>
<li>
Expand Down

0 comments on commit b578c50

Please sign in to comment.