Tags
Creators
Details
All versions
15.11.1
Release
SkinsRestorer 15.11.15 months ago 3,156
Uploaded by
Compatibility
Minecraft: Java Edition
26.1
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Bukkit
BungeeCord
Folia
Paper
Purpur
Spigot
Velocity
Waterfall
Changes
🚀 Features
🐛 Fixes
e062888fix(deps): update all non-major dependencies to v5.23.02258ed0fix(deps): update all non-major dependencies96bdeaffix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.0db81a6cfix(deps): update all non-major dependencies55b9678fix(deps): update all non-major dependenciesdb3a7b8fix: make build work1bf5422fix: remove @jar classifier to insert transitive depsf70a6a8fix(deps): update all non-major dependencies (#2110)a7bf43ffix: call getGameProfile before getProfile0420451fix: move to temporary XSeries fork
🔨 Build
4f32ab4chore(release): bump version to 15.11.1-SNAPSHOT665bfc6chore: bump references to 26.1881c758chore(deps): update gradle/actions action to v6 (#2109)7a559c8chore(i18n): new crowdin translations (#2102)4591850chore(release): bump version to 15.11.1
💬 Other
e329777Fix build blockers in shared and tests
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:MwdQzMH9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:MwdQzMH9"
}

