Links
Tags
Creators
Details
Licensed LGPL-2.1-or-later
Published last year
Updated 2 months ago
All versions
4.3.1.0-legacy+1.21.10
Release
4.3.1.0-legacy+1.21.108 months ago 26.8K
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
This is a "one-shot" legacy version for 1.21.10 based on 4.3.1
Contains the following changes:
4.3.0
- Implement local caching of cape textures - if the provider supports it #205
- Currently only supported by MinecraftCapes
- Textures are saved inside
.mods/cape-provider/texture-cachein the game directory - Unused textures are cleaned up automatically
4.2.1
- Fix MinecraftCapes Provider no longer working due to breaking API changes #206
- Removed Wynntils #204
Optional dependencies
Known incompatibilities
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cape-provider-4.3.1.0-legacy+1.21.10-sources.jar | Unknown | 69.63 KiB |
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:orXAsira:rxDooCVe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:orXAsira:rxDooCVe"
}


