
Legacy Skins
ArchivedCombines CPM, Figura, and L4J to allow skin switching like the old days!
403.4Kdownloads
147followers
403.4Kdownloads
147followers
Legacy Skins has been archived. Legacy Skins will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 4 months ago
All versions
1.5.0+neoforge+1.21.1
Release
[1.21.1] 1.5.0 for NeoForgelast year 8,363
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
- Added support for 1.21.7 and 1.21.8 for Fabric and NeoForge.
- Added support for Figura avatars!
- A padlock icon now shows if a skin cannot be loaded, such as if Legacy Skins can't find the skin file, or CPM/Figura is not installed.
- Legacy Skins will now search for
skin_packs2.jsonon top of the preexistingskin_packs.jsonfile. - The schema version of the
skin_packs.jsonfile is now 2. - Fixed a few edge cases in the skins screen that could cause a crash.
Optional dependencies
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:4UNJZ4cX:l4G9Zdai"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4UNJZ4cX:l4G9Zdai"
}





