Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 7 months ago
Updated last week
All versions
0.11.0-beta-26.3
Beta
SimpleSkinSwapper 0.11.0-beta-26.3last week 310
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
A rebuilt skin library and a cleaner card experience.
- Skins now live in a mod-managed registry: duplicate textures are stored once as hash-named files, skins are texture+model pairs, and a one-time migration preserves your original files in User Files/
- New Uncategorized view; every skin is always reachable
- Cards simplified: the whole card drags to reorder, a click opens the editor, preview rotation lives only in the editor
- Every deletion (skin or category) goes through one unified confirmation popup
- The editor applies names and model switch when it closes, with a live model-switch preview
- Guaranteed layout density: at least 5 tab strip slots (with ghost placeholders) and 5 sectors per wheel; empty wheels stay hidden; empty views show only the "+" card
- New categories start with one wheel slot; new minimum card width setting
- Fixed: equipped skin re-downloads when missing locally, dye icons on 1.21.11, MC 26.3-rc-3 support with updated dependencies
Optional dependencies
Any compatible version
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:kWMT8Yql:y3KYlVhz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kWMT8Yql:y3KYlVhz"
}

