Add another Mojang server
This commit is contained in:
parent
867b9b263a
commit
4d575fdf2e
@ -43,7 +43,8 @@ public enum MojangServer {
|
||||
API("Mojang API", "https://api.mojang.com"),
|
||||
TEXTURES("Textures Server", "https://textures.minecraft.net"),
|
||||
ASSETS("Assets Server", "https://assets.mojang.com"),
|
||||
LIBRARIES("Libraries Server", "https://libraries.minecraft.net");
|
||||
LIBRARIES("Libraries Server", "https://libraries.minecraft.net"),
|
||||
SERVICES("Minecraft Services", "https://api.minecraftservices.com");
|
||||
|
||||
private static final int STATUS_TIMEOUT = 7000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user