Tags
Creators
Details
All versions
15.8.1-fabric
Release
SkinsRestorer 15.8.1 Fabric11 months ago 2,531
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.9
Platform
Fabric
Supported environments
Required content
Changes
🚀 Features
f7c6b1cfeat: add 1.21.9 mappings
🐛 Fixes
0f5b83efix: include loginProfile of superclassesa2d7492fix: pull processors from release instead1cc2945fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6 (#2028)813f575fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8 (#2024)6aa1e53fix(deps): update dependency io.freefair.gradle:lombok-plugin to v9 (#2027)5f32cddfix(deps): update all non-major dependencies (#2023)c7a54ebfix: bump mod to 1.21.937a28c0fix: make mod compile again023ac7cfix(deps): update all non-major dependencies (#2032)1a007fffix: use newer method for fabric0280e33fix: do not fail on duplicate entries6f2b9cefix: use new permission level method for neoforge31c648efix(deps): update architectury to v18 (#2033)3633b97fix(deps): update dependency dev.architectury:architectury-neoforge to v18 (#2034)ac6fa07fix: exclude duplicates92855d9fix: properly handle service descriptors1eae728fix: only preserve first found resource1b8517cfix(deps): update all non-major dependencies (#2035)3bb41e8fix: only preserve first found resource
📝 Documentation
56059bcdocs: explain why we do withSuper
🔨 Build
0221cb0chore(release): bump version to 15.8.1-SNAPSHOTc320fa8ci: set no changes25f54f8chore: add new Thai translations in locale-th.json (#2030)197df73chore(i18n): new crowdin translations (#2025)13a7805chore(deps): update gradle/actions action to v5 (#2031)9259e89chore: add codeowners filecfe571dci: unfeature old releases for a loaderbd509cdchore(release): bump version to 15.8.1
💬 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:eZRFJLNc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:eZRFJLNc"
}

