Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Update LabyMod cape url (#1540)
Dieser Commit ist enthalten in:
Ursprung
80cf407fae
Commit
bf05f64fac
@ -607,7 +607,7 @@ public class SkinProvider {
|
|||||||
public enum CapeProvider {
|
public enum CapeProvider {
|
||||||
MINECRAFT,
|
MINECRAFT,
|
||||||
OPTIFINE("https://optifine.net/capes/%s.png", CapeUrlType.USERNAME),
|
OPTIFINE("https://optifine.net/capes/%s.png", CapeUrlType.USERNAME),
|
||||||
LABYMOD("https://www.labymod.net/page/php/getCapeTexture.php?uuid=%s", CapeUrlType.UUID_DASHED),
|
LABYMOD("https://dl.labymod.net/capes/%s", CapeUrlType.UUID_DASHED),
|
||||||
FIVEZIG("https://textures.5zigreborn.eu/profile/%s", CapeUrlType.UUID_DASHED),
|
FIVEZIG("https://textures.5zigreborn.eu/profile/%s", CapeUrlType.UUID_DASHED),
|
||||||
MINECRAFTCAPES("https://minecraftcapes.net/profile/%s/cape", CapeUrlType.UUID);
|
MINECRAFTCAPES("https://minecraftcapes.net/profile/%s/cape", CapeUrlType.UUID);
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren