Don't link to tinytengu/minecraft-authlib

This commit is contained in:
Evan Goode 2025-03-22 19:02:43 -04:00
parent 1f4b46b11a
commit 32b8546276
2 changed files with 2 additions and 6 deletions

View File

@ -119,7 +119,7 @@ java -Xmx1024M -Xms1024M \
Refer to the authlib-injector documentation on setting up a server: [https://github.com/yushijinhun/authlib-injector/blob/develop/README.en.md#deploy](https://github.com/yushijinhun/authlib-injector/blob/develop/README.en.md#deploy).
Alternatively, you can patch your server to use a newer version of Mojang's authlib that supports custom API servers. See [https://github.com/tinytengu/minecraft-authlib](https://github.com/tinytengu/minecraft-authlib).
Alternatively, you can patch your server to use a newer version of Mojang's authlib that supports the arguments for custom API servers. Replace the files under `com/mojang/authlib` in your `server.jar` with the files in [authlib-1.6.25.jar](https://libraries.minecraft.net/com/mojang/authlib/1.6.25/authlib-1.6.25.jar).
## Default skins

View File

@ -152,11 +152,7 @@ java -Xmx1024M -Xms1024M \
</p>
<p>
Alternatively, you can patch your server to use a newer version of Mojang's
authlib that supports custom API servers. See
<a href="https://github.com/tinytengu/minecraft-authlib"
>https://github.com/tinytengu/minecraft-authlib</a
>.
Alternatively, you can patch your server to use a newer version of Mojang's authlib that supports the arguments for custom API servers. Replace the files under <code>com/mojang/authlib</code> in your <code>server.jar</code> with the files in <a href="https://libraries.minecraft.net/com/mojang/authlib/1.6.25/authlib-1.6.25.jar">authlib-1.6.25.jar</a>.
</p>
{{ template "footer" . }}