All versions
1.7.1
Release
MrChair1's Skin Changer 1.7.13 weeks ago 132
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
v1.7.1 Changelog
New Features:
- Web Downloader: Added the ability to fetch and download skins directly in-game via URL or Minecraft username.
- Legacy Skin Converter: Old 64x32 skins are now automatically detected and upgraded to the modern 64x64 format.
- Skin Deletion: Added an in-game delete button with a 2-step confirmation, supporting OS "Move to Trash" where available.
- Auto-Detection: The mod now automatically detects Wide/Slim models (the slim/ folder is no longer needed).
- Custom Sounds: Added a button to cycle through UI click sound effects, saved persistently via config.properties.
- New Keybind: "Reset Skin" (unbound by default), works whether or not the menu is open
Improvements & Fixes:
- Error Handling: Invalid or oversized skin files now display in red with helpful hover tooltips and icon in the skin thumbnail and preview.
- UI Tweaks: Reworked menu buttons, added a status bar for live feedback, introduced new folder/download icons.
- Bug Fixes: Fixed an issue where skins with uppercase letters in their file name would not highlight as currently equipped and much more...
- Refactoring: Major under-the-hood code cleanup across GUI screens.
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:jE8JQMdz:BsfErLWa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jE8JQMdz:BsfErLWa"
}

