Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Update MinecraftCapes URLs (#3797)
Dieser Commit ist enthalten in:
Ursprung
3fec30949a
Commit
277396525f
@ -808,7 +808,7 @@ public class SkinProvider {
|
|||||||
OPTIFINE("https://optifine.net/capes/%s.png", CapeUrlType.USERNAME),
|
OPTIFINE("https://optifine.net/capes/%s.png", CapeUrlType.USERNAME),
|
||||||
LABYMOD("https://dl.labymod.net/capes/%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://api.minecraftcapes.net/profile/%s/cape", CapeUrlType.UUID);
|
||||||
|
|
||||||
public static final CapeProvider[] VALUES = Arrays.copyOfRange(values(), 1, 5);
|
public static final CapeProvider[] VALUES = Arrays.copyOfRange(values(), 1, 5);
|
||||||
private String url;
|
private String url;
|
||||||
@ -844,7 +844,7 @@ public class SkinProvider {
|
|||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@Getter
|
@Getter
|
||||||
public enum EarsProvider {
|
public enum EarsProvider {
|
||||||
MINECRAFTCAPES("https://minecraftcapes.net/profile/%s/ears", CapeUrlType.UUID);
|
MINECRAFTCAPES("https://api.minecraftcapes.net/profile/%s/ears", CapeUrlType.UUID);
|
||||||
|
|
||||||
public static final EarsProvider[] VALUES = values();
|
public static final EarsProvider[] VALUES = values();
|
||||||
private String url;
|
private String url;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren