All versions
15.12.0-fabric
Release
SkinsRestorer 15.12.0 Fabric3 months ago 6,726
Uploaded by
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Required content
Any compatible version
Changes
🚀 Features
f9f0494feat(mappings): support paper version selectors
🐛 Fixes
13491f5fix: place mods in proper dirs againf0e62c7fix(deps): update dependency net.neoforged:neoforge to v26.1.0.19-beta51c84f4fix: remove architectury from SR deps listcbb5ea0fix(deps): update all non-major dependencies (#2116)ce1259cfix(deps): update dependency org.openrewrite:plugin to v7.29.1d3eb999fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0e2d571cfix(deps): update all non-major dependenciesf778166fix(deps): update all non-major dependencies53110e8fix(deps): update dependency net.fabricmc:fabric-loader to v0.19.1deba0c8fix(deps): update all non-major dependencies
🔨 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:T5futkuH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:T5futkuH"
}

