Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 months ago
Updated 2 weeks ago
All versions
0.8.0-26.1.2
Release
SimpleSkinSwapper 0.8.0-26.1.22 weeks ago 195
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Simple Skin Swapper — 0.8.0 (1.21.11 / 26.1 / 26.2)
New
- Skin preview in the title and pause menus — a live 3D preview of your currently selected skin is now shown directly on the title screen and pause menu.
- Drag to rotate the skin preview — click and drag a skin preview in the carousel to rotate it and see it from any angle; it springs back to its default orientation when released.
- Delete skins from the carousel — each skin card now has a Delete button with an inline confirmation step, so you can remove skins you no longer want without leaving the screen.
- Add a skin from a local PNG file — use the new "+ Add" button in the carousel toolbar to import a skin file directly from your computer.
- Add a skin from a Minecraft account name — use "+ Add from MC name" to fetch and import a player's current skin by their username. Invalid or unknown accounts are clearly flagged.
Fixed
- The Skin Swapper keybind category showed up untranslated in the Controls menu instead of displaying "Simple Skin Swapper". It was being registered under the wrong (default
minecraft) namespace, so the game couldn't find its translation.
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:TDL2w3rX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kWMT8Yql:TDL2w3rX"
}

