Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
Updated 3 days ago
All versions
2.7.0+26.2
Release
skin overrides 2.7.0 for 26.23 days ago 889
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Required content
Changes
- added support for 26.3 (snapshot 8)
- added a new options page with a status indicator to show if your override is being shared
- added an option and a keybind (unbound by default) for toggling all overrides
- added an option for toggling whether override sharing is enabled
- (26.2+) added buttons for accessing overrides from the title screen and pause menu (can be disabled)
- added overrides that apply to all players via files (use
.globalin place of player name) - successfully changing your skin globally will now show a toast
- failing to sign a skin will now show a toast
- skin signing is now done using your own account
- this will briefly change your skin then change it back
- this replaces the old mineskin system which had privacy concerns
- bug fixes
- fixed crashes that rarely happened mainly with local overrides
- fixed issues with changing skin globally not always working
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:kb7gspsV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GON0Fdk5:kb7gspsV"
}


