
Cape Cacher
ArchivedCape Cacher is a Fabric mod for Minecraft that allows players to cache the capes of users in their current server and see what cape they have on their player in real-time. This mod can help improve the accuracy of cape profiles by contributing to the datab
2.2.5+1.21.5
Compatibility
Required content
Changes
Cape Cacher v2.2.5 Change Log
Minecraft Version Support
- Now split into four JAR files for compatibility with:
1.20.1,1.20.4–1.20.6,1.21–1.21.4, and1.21.5+.
Bug Fixes
- Fixed an issue preventing new capes from being added via capes.me's API.
New Features
- Added Compact Message Option to reduce chat spam from notifications.
Changes
- Updated the mod icon to match capes.me's recent branding changes.
Important Note
⚠️ Ensure you download the correct JAR file for your Minecraft version:
- 1.20.1: Use the dedicated
1.20.1JAR. - 1.20.4–1.20.6: Use the
1.20.4–1.20.6JAR. - 1.21–1.21.4: Use the
1.21–1.21.4JAR. - 1.21.5+: Use the
1.21.5+JAR.
Using the wrong version may cause compatibility issues!
Thank you for using Cape Cacher! 🎉
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:IZZf8PUG:bqMYwnIY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IZZf8PUG:bqMYwnIY"
}


