Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 years ago
Updated last month
All versions
14.22-ForgeV2
Release
CustomSkinLoader_ForgeV2_14.222 years ago 2.04M
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
1.18.x
1.17.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Changes
What's Changed
- wiki.vg 已关闭,将与 Mojang API Wiki 相关的地址更改至 Minecraft Wiki by @cewno in https://github.com/xfl03/MCCustomSkinLoader/pull/320
- 1.21.4 by @ZekerZhayard in https://github.com/xfl03/MCCustomSkinLoader/pull/321
- 在关键地方锁java版本 by @8MiYile in https://github.com/xfl03/MCCustomSkinLoader/pull/323
- Fix rendering lag when skull's username is empty. by @ZekerZhayard in https://github.com/xfl03/MCCustomSkinLoader/pull/324
New Contributors
- @cewno made their first contribution in https://github.com/xfl03/MCCustomSkinLoader/pull/320
Full Changelog: https://github.com/xfl03/MCCustomSkinLoader/compare/v14.21.2...v14.22
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:idMHQ4n2:6wilmXEK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:idMHQ4n2:6wilmXEK"
}
