All versions
1.5.0
Release
WSkinLoader 1.5.02 months ago 901
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
WSkinLoader 1.5.0 更新日志
中文
新功能
- 支持 Minecraft 26.2。
- 更新 ModMenu 依赖至
20.0.0-beta.2。 - 新增 OpenGL / Vulkan 渲染后端识别。
- 配置界面“通用设置”中新增当前渲染 API 显示。
- “当前配置”面板新增当前渲染 API 显示。
- GUI 渲染适配 Minecraft 26.2+ 的图形后端,跟随游戏当前使用的 OpenGL / Vulkan 后端。
English
New Features
- Added Minecraft 26.2 support.
- Updated ModMenu dependency to
20.0.0-beta.2. - Added OpenGL / Vulkan render backend detection.
- Added current render API display to General Settings.
- Added current render API display to the Current Configuration panel.
- GUI rendering now follows Minecraft 26.2+ active graphics backend, including OpenGL / Vulkan.
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:4gLXu1aJ:Sri3zCc5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4gLXu1aJ:Sri3zCc5"
}

