All versions
1.6.2
Release
WSkinLoader 1.6.26 days ago 214
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Changes
新功能 / New Features
- 新增「替换聊天/界面中的皮肤头像」开关(默认开启):服务端在聊天或 Tab 文本里用
player对象组件渲染皮肤头像时,头像将使用本模组解析出的皮肤;同时作用于社交界面、好友列表、旁观者菜单和玩家头颅。- New "Replace skin faces in chat and UI" toggle (default on): when the server renders player heads inside chat or tab text via
playerobject components, those heads now use the skin resolved by this mod; also applies to the social screen, friend list, spectator menu and player skulls.
- New "Replace skin faces in chat and UI" toggle (default on): when the server renders player heads inside chat or tab text via
- 新增「跳过重复的 Tab 头像」开关(默认开启):服务端把玩家头像作为文字组件写进 Tab 显示名时,跳过原版在左侧额外绘制的头像;当 Tab 列表中所有玩家的显示名都自带头像时,还会整帧回收原版为头像预留的槽位宽度,不再留下空白竖条。
- New "Skip duplicate Tab head" toggle (default on): when the server embeds player heads into the tab display name as text components, the extra head vanilla draws to the left is skipped; when every player shown in the tab list already carries a head, the reserved slot width is reclaimed for the whole frame, leaving no blank strip.
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:4gLXu1aJ:VCeoxb6P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4gLXu1aJ:VCeoxb6P"
}

