Tags
Creators
Details
All versions
15.9.1-fabric
Release
SkinsRestorer 15.9.1 Fabric9 months ago 10.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Required content
Any compatible version
Changes
🚀 Features
94a4652feat: add 1.21.11 support
🐛 Fixes
6883da8fix(deps): update all non-major dependenciesc038a8cfix(deps): update all non-major dependencies to v2.0.210350bbfix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.1.0b3113effix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.4.6a41ccd1fix(deps): update dependency com.google.errorprone:error_prone_core to v2.45.001faf64fix(deps): update all non-major dependenciesa40dc3dfix(deps): update all non-major dependencies to v18.0.84a05b4dfix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.06109b0afix(deps): update all non-major dependencies090cd16fix(deps): update all non-major dependencies96da93afix(deps): update all non-major dependencies to v5.6.0
🔨 Build
8a1c0d4chore(release): bump version to 15.9.1-SNAPSHOT812a2b8chore(i18n): new crowdin translations (#2065)655e91achore(deps): update gradle to v9.2.1ea24d8fchore(i18n): new translations locale.json (Russian) (#2068)363c6f1chore(i18n): new translations locale.json (Russian) (#2070)7b25ed6chore(deps): update actions/checkout action to v6 (#2071)0727c87chore(i18n): new crowdin translations (#2073)8f26272chore(deps): update plugin com.gradle.develocity to v4.3ee713cbchore(release): bump version to 15.9.1
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:2nKqb3RY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:2nKqb3RY"
}

