Tags
Creators
Details
All versions
15.12.6-neoforge
Release
SkinsRestorer 15.12.6 NeoForge4 hours ago 30
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client and server
Changes
🚀 Features
eb2d052feat(mod): support Minecraft 26.3
🐛 Fixes
3360f10fix(deps): update all non-major dependenciesd450fa5fix(deps): update dependency net.neoforged:neoforge to v26.2.0.32-beta20638e6fix(deps): update all non-major dependencies9d065a2fix(deps): update all non-major dependenciesf149d5afix: properly define NeoForge and Fabric platformsacde1e9fix(ci): archive unsupported Modrinth versions5808f3dfix(deps): update all non-major dependencies385cf9efix(deps): update all non-major dependencies16a815efix(deps): update dependency net.neoforged:neoforge to v26.2.0.578d5ca9dfix(deps): update all non-major dependencies9fa70a4fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.10.0739170afix(bukkit): enable existing mappings for Minecraft 26.3e1b63eafix: guard null profile response in getProfileMojang (#2153)7545ed4fix(deps): update dependency xyz.wagyourtail.jvmdowngrader:xyz.wagyourtail.jvmdowngrader.gradle.plugin to v2 (#2148)34f086efix(deps): update all non-major dependencies (#2152)
📝 Documentation
42faf40docs(copy): simplify messages and configuration comments
🔨 Build
Optional dependencies
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:G17OHHKU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:G17OHHKU"
}


