Tags
Creators
Details
All versions
15.12.1-neoforge
Release
SkinsRestorer 15.12.1 NeoForge3 months ago 148
Uploaded by
Compatibility
Minecraft: Java Edition
26.1
Platform
NeoForge
Supported environments
Changes
🐛 Fixes
2cdc8e0fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.4.11eea56e3fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.4.1265aa1f6fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.002967affix(deps): update dependency net.fabricmc:fabric-loader to v0.19.2c57f58ffix(deps): update all non-major dependencies338089bfix(deps): update all non-major dependencies to v2.0.5da13db5fix(deps): update all non-major dependencies8151352fix(deps): update all non-major dependencies63fab7bfix(deps): update all non-major dependencies3decac8fix(deps): update all non-major dependencies59b1255fix(deps): update dependency org.openrewrite:plugin to v7.32.1556051bfix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.4443e266fix(deps): update all non-major dependencies to v5.9.1b3ea926fix(deps): update all non-major dependencies9b09bb5fix(deps): update all non-major dependencies (#2128)13b381cfix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.5.1f3f95eefix(deps): update all non-major dependencies56db7d5fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.6.09d1e295fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.2bfab7c0fix(deps): update dependency net.fabricmc:fabric-loader to v0.19.33025919fix: replace manual paper hook that would skip the ViaVersion workaroundf0aa1b0fix(proxy): warn about ViaVersion on proxy startup
🏗 Refactor
b1a9637refactor: prepare for modern paper refresher
🔨 Build
66e2329chore(release): bump version to 15.12.1-SNAPSHOT7b0e517chore(deps): update plugin com.gradle.develocity to v4.4.1323ed79chore(deps): update gradle to v9.5.0d83b96dchore(deps): update plugin com.gradle.develocity to v4.4.2866a066chore(i18n): new crowdin translations (#2122)f346e02chore(release): bump version to 15.12.1
💬 Other
9ae06d3Fix plugin startup message inconsistencies (#2127)
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:pmIUA7tB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:pmIUA7tB"
}

