Hello, this is a guide to contributions
- All supported services are located in Hosts
- If you want to add a new skins/capes service to this mod and its url is https://example.com/api/capes/[PlayerName].png, you can use DirectResolver, like so:
EXAMPLE(d -> new DirectResolver("https://example.com/api/capes/{name}.png", MinecraftProfileTexture.Type.CAPE))