Add another Mojang server

This commit is contained in:
Braydon 2024-04-22 15:35:51 -04:00
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;