AnyCapes - Universal Capes for Minecraft
The AnyCapes modification provides players with the ability to use capes from any available API services. This client-side mod features a high degree of customization and operates exclusively on the client side.
Main Features
AnyCapes automatically loads capes from various sources when displaying player skins. The mod sequentially checks the list of URLs and uses the first available cape option. If all addresses are unavailable or the list is empty, no cape is displayed.
Configuration Settings
Accessing the mod's settings requires additional modifications Mod Menu and Cloth Config API. The main configuration element is the list of URLs that are checked from top to bottom when searching for capes.
The caching function saves downloaded cape images locally, which improves performance but requires manual updates when source images change.
Standard Cape Sources
By default, the mod supports capes from the following services:
- Mojang
- Optifine
- MinecraftCapes
- LabyMod
URL Placeholders
Addresses can use special substitutions:
- {mojang} - Mojang cape URL (skipped if unavailable)
- {username} - player's username
- {uuid} - player's UUID without dashes
- {uuid-dash} - player's UUID with dashes
The mod works only with Fabric API and is not planned for Forge version.