Tags
Creators
Details
All versions
15.7.4-fabric
Release
SkinsRestorer 15.7.4 Fabriclast year 270
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.7
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
🐛 Fixes
44fff39fix(deps): update dependency com.github.cryptomorin:xseries to v13.3.2 (#1976)dbea16afix(deps): update dependency me.lucko:fabric-permissions-api to v0.4.1 (#1977)013e4f5fix(deps): update all non-major dependencies (#1978)35c4f59fix: downgrade uniminedf2fbe96fix: bump fabric api versionf5a7372fix: use enforcedPlatform58f91a9fix: synchronize adventure versions & fix neoforge classpath issuese2bbcd2fix: make asserts error properly
🔨 Build
dce2a96chore(release): bump version to 15.7.4-SNAPSHOT500611echore: bump parchmentb32fe8bchore: bump paper runtasked3d159chore(release): bump version to 15.7.4
💬 Other
1f22d25Feat/1.21.7 (#1979)
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:SH4B9i7b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:SH4B9i7b"
}

