All versions
2.0.1-1.21.4-fabric
Release
Cosmetica 2.0.1-1.21.4 Fabric4 months ago 8,617
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Fix bugs with other player's cosmetics not loading or disappearing
- Fix duplicated tab list icon bug that affected 1.21.4+
- Accessory visibility options can be customised when equipping in the mod
- Fix cosmetics being black with shaders on 1.21.8
- "Hide with cloak" now respects cloak visibility in skin customisation on all versions
- "Hide with cloak" no longer hides accessories in GUI when toggled to 'Elytra'
- Outfit wheel now loads the page with your current outfit by default
- Cloak/Elytra toggle in home/browse GUI is now persistent
- Accessory visibility options are no longer reset when equipping something in the mod
- Fix bugs in algorithm for nametag shift with head accessories
- Fix locally cached cosmetics blinking when unequipping outfit
- Fix side detection for head and body accessories used in "Hide with Parrot"
- Nametag height cap in GUI is now dynamic with GUI size
- Fix crash when sniping non-cosmetica users
- Fix right arm cosmetic position
- cosmetica-core is marked as a library in mod menu
- Fix conflicts with other mods that modify cape render layer
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:s9hF9QGp:Q6r454V2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s9hF9QGp:Q6r454V2"
}

