Tags
Creators
Details
All versions
15.7.7-fabric
Release
SkinsRestorer 15.7.7 Fabriclast year 2,711
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.7
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
🚀 Features
3f7a308feat: migrate a lot of dependencies to catalogc9afd35feat: add support for <random> & url.png defaultSkins (#1984)
🐛 Fixes
27b97bffix: properly set channel namebebdc9efix: add message about bungeecord version support501ba45fix: resolve not using a stub32e8c24fix(deps): update all non-major dependencies (#1981)
🏗 Refactor
3d585abrefactor: migrate remaining dependencies to catalogab2372erefactor: use old bungeecord again where appropriate770c08drefactor: drop support for legacy bungeecord9d33288refactor: cut down compile times
🔨 Build
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:TsLS8Py5:3hEhY01p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:3hEhY01p"
}

