Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
All versions
2.6.0+26.1
Release
skin overrides 2.6.0 for 26.13 weeks ago 373
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Required content
Changes
- added support for Chaos Cubed (26.2)!
- dropped support for 1.20.1
- the default keybind for opening the overrides screen has been changed from O to I (O opens the friends screen on 26.2)
- pressing the add button in the library while the search box is empty now opens a file picker
- added a button to pick files on the overrides screen
- multiple images can now be dragged and dropped into the library at once
- (26.2) skins on the friends screen are overridden
- fixed an issue with default skins showing on the overrides screen in some cases
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:GON0Fdk5:SOU1MKUU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GON0Fdk5:SOU1MKUU"
}


