Tags
Creators
Details
Licensed ARR
Published last year
Updated 2 weeks ago
All versions
mc26.2-v3.0.0-neoforge-26.2
Release
Quick-Skin-26.2-v3.0.0 [NeoForge]2 weeks ago 466
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog
3.0.0 (2026-08-09)
Added
- Added high-resolution cape support, together with a cape editor that repositions, scales, and zooms a cape, previews it on the front, the back, and the elytra, and can flatten cape transparency onto a colour chosen with red, green, and blue sliders or a hex field.
Changed
- Quick Skin's source code is now published at https://github.com/The-Plum-Team/Quick-Skin-Mod.
2.6.2.5
Fixed
- Fixed an
IndexOutOfBoundsExceptionwhen rendering the skin-list drop zone with one or two skins loaded.
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:zAIE84Ch:C1AwXUbB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zAIE84Ch:C1AwXUbB"
}


