forked from GeyserMC/Geyser
Update LabyMod cape url (#1540)
This commit is contained in:
parent
80cf407fae
commit
bf05f64fac
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue