Tags
Creators
Details
All versions
15.7.0-fabric
Release
SkinsRestorer 15.7.0 Fabriclast year 475
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
🚀 Features
38e5149feat: remove server-only mod code & move to adventure mod53e91a2feat: readd mixinseb24bb4feat: readd player heads in specific cases
🐛 Fixes
709afc9fix: remove resolved TODO3b019befix: remove mixinsa239986fix: add universal approach for getting flat world typecf4d2f0fix: remap mixins in fabricccd7af8fix: move mixinRemap lower0fe4a85fix: remove not needed mixin dependencya1a03dbfix: bump adventure moda8a4c31fix: make jenkins ci work in headless mode2a7440ffix: resolve a few jar collisionse989fc7fix: make mod load on neoforge5735d74fix: properly use shadow config5f3b1e3fix: change archive base name for SR mod
🏗 Refactor
d33ca45refactor: move remapjar definition into sourceset check7e8d4ccrefactor: apply mixinRemap globallyaa6ca3arefactor: avoid shadowing/relocating in mod envs290a23erefactor: move mod dir and make proper subproject and archive name5c03f24refactor: change package from modded to mod
🔨 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:mTIPdVJg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:mTIPdVJg"
}

