Tags
Creators
Details
All versions
15.7.8-fabric
Release
SkinsRestorer 15.7.8 Fabriclast year 2,256
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
🚀 Features
3f0d60dfeat: add old constructor support
🐛 Fixes
5bceb83fix: make bungeecord impl fully based on reflectioncb1b0adfix: resolve comment typo5337c17fix: do not print warning on newer bungeecord865fd7cfix: make bungee compile againb8e3ec7fix: avoid recompilation of all classes after every commitaf1e294fix: full spell out data file name7312a75fix: fix build by updating dependency's670219bfix: use correct sonatype repo8a663d7fix: remove kyori mod dependency & bump mod to 1.21.8
🔨 Build
4e90a37chore(release): bump version to 15.7.8-SNAPSHOTc1aec4bchore(i18n): new translations locale.json (Slovak) (#1992)e01bc3fchore(i18n): new translations locale.json (Turkish) (#1993)8c78340chore(release): bump version to 15.7.8
💬 Other
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:EkZsv8pz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:EkZsv8pz"
}

