Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 months ago
All versions
1.0.0
Release
Skinmatics 1.0.03 months ago 157
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Unavailable version
Changes
- Updated Minecraft version to
26.1.2, minimum Minecraft version at26.1 - This mod now require Utilitary 0.3.1 or above
- Major recode to the codebase
- Revamped editor UI
- Still unfinished however, it's a pain.
- Skinmatics profile now use Utilitary
ConfigFile- Renamed some profile fields
- Added
slimoption - Added new eyes options
EyeFeatureRenderer(or eyes in general) now render both emissive and non-emissive texture at the same time- Removed eye overlay
- Changed
strongerEmissiveGlowrendering to render inside and outside instead of only outside- Created a separate render pipeline and render type

- Created a separate render pipeline and render type
- Added commands
- Use
/skinmatics profile assign <profile>at a mannequin (or player) entity to preview your profile - Refer to the documentation for more command details
- Use
- Eye will close when the player is in a sleeping state
- Fixed Cape crash
- Added Mod Menu links
- Hopefully listed everything important
Optional dependencies
Any compatible version
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:G1llBg9s:Yi90y7FU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G1llBg9s:Yi90y7FU"
}

