mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
Don't link to tinytengu/minecraft-authlib
This commit is contained in:
parent
1f4b46b11a
commit
32b8546276
@ -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
|
||||
|
||||
|
@ -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" . }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user