From 32b85462769aee40b23d2e0261c73b48f19e7e0a Mon Sep 17 00:00:00 2001
From: Evan Goode
Date: Sat, 22 Mar 2025 19:02:43 -0400
Subject: [PATCH] Don't link to tinytengu/minecraft-authlib
---
doc/usage.md | 2 +-
view/root.tmpl | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/usage.md b/doc/usage.md
index 8eee692..c6ac85b 100644
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -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
diff --git a/view/root.tmpl b/view/root.tmpl
index 87af111..ba7c870 100644
--- a/view/root.tmpl
+++ b/view/root.tmpl
@@ -152,11 +152,7 @@ java -Xmx1024M -Xms1024M \
- 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.
+ 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.
{{ template "footer" . }}