All versions
1.0.1
Release
SkinBlink 1.0.12 months ago 204
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
SkinBlink 1.0.1
New
- Added Blink Color selection from the Head Editor Canvas.
- Added color preview display.
- Added blink color saving and loading.
Improvements
- Improved SkinBlink editor workflow.
- Improved save system reliability.
- Improved blink color persistence after restarting the game.
- Cleaned up Blink Color UI.
Fixes
- Fixed issues with Blink Color selection.
- Fixed hardcoded blink color behavior.
- Fixed color preview updating.
- Fixed configuration saving for blink colors.
- Fixed several UI bugs and editor inconsistencies.
Notes
- Currently supports Minecraft 1.21.11.
- Client-side only.
- Offline/default Steve and Alex skin support is still limited.
- Blink Color feature is still being improved and may receive additional updates in future releases.
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:fZ22r6ns:VuHZEkX5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fZ22r6ns:VuHZEkX5"
}

