All versions
15.12.4-neoforge
Release
SkinsRestorer 15.12.4 NeoForgeyesterday 188
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Changes
š Fixes
ad2c8fbfix(deps): update all non-major dependencies to v26.1.2.71 (#2131)e6a8dc7fix: properly assign mixinsaff9646fix(deps): update all non-major dependenciesca89998fix(deps): update all non-major dependenciesf012f3cfix(deps): update all non-major dependenciescbcbe0dfix(deps): update all non-major dependencies5d04e58fix(deps): update all non-major dependenciesbd30a6cfix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.3
šØ Build
Optional dependencies
Any compatible version
Any compatible version
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:B3BqXxdB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:B3BqXxdB"
}

