Tags
Creators
Details
All versions
15.8.0-neoforge
Release
SkinsRestorer 15.8.0 NeoForge11 months ago 3,409
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Changes
🚀 Features
75cd2c7feat: add suppressed exceptions982bd0afeat: add request batching (#2019)1d8505bfeat: add better gradle flags
🐛 Fixes
9e92cc7fix: properly merge jars and properly relocate SPId38809bfix: avoid race conditions when playing sounddc9d20efix(deps): update all non-major dependencies (#2011)d738656fix: make code compile again3153e3bfix: properly stub batch window seconds62e83b5fix: abort get after 1 minute87bded8fix: run async delayed in tests94fd8e2fix: make tests work93238b8fix: remove configuration cache
🔨 Build
243a2c0chore(release): bump version to 15.7.11-SNAPSHOT2732867chore(i18n): new translations locale.json (Hindi) (#2012)38affd5chore(i18n): new translations locale.json (Portuguese) (#2017)3b47b14chore: add agents filef077737chore(deps): update runtask to v3 (#2021)752814echore(release): bump version to 15.8.0
💬 Other
005701dfix #2014
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:6Uuw9uQ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:6Uuw9uQ8"
}


