Tags
Creators
Details
All versions
15.10.0-neoforge
Release
SkinsRestorer 15.10.0 NeoForge7 months ago 7,519
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Required content
Any compatible version
Changes
🚀 Features
495240efeat: add postgres support (#2026)
🐛 Fixes
da9899dfix(deps): update all non-major dependencies (#2085)5f97cbbfix(deps): update dependency com.zaxxer:hikaricp to v7 (#2090)9221be9fix: add brigadier dependency8fb226efix: do not reexpose brigadierc207becfix: further minimize classpath for javacd3df2e4fix: improve correctness of database adapter140498bfix: resolve possible parsing error & fix potential memory leak61dfd4ffix: properly mark suppressed exceptionf36bc57fix(deps): update all non-major dependencies08964c9fix(deps): update all non-major dependencies to v5.7.10032c6dfix(deps): update dependency xyz.wagyourtail.jvmdowngrader:xyz.wagyourtail.jvmdowngrader.gradle.plugin to v1.3.6a3e0b68fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.0815ad3dfix: pin cloud fabrica7c6eb7fix: use correct permission check for op statusb5065c3fix: do not fetch op permission level, use gamemaster permission level0fd46defix(deps): update dependency com.velocitypowered:velocity-api to v3.4.06d4c72cfix(deps): update all non-major dependenciesdee0edafix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin to v5 (#2095)70db08ffix: make compile4dfca7dfix: properly relocate postgres
🏗 Refactor
e93fbd2refactor: decouple history and favourites from PlayerData DTO for efficient database access
🔨 Build
02bba85chore(release): bump version to 15.9.4-SNAPSHOTdcd7331chore: reignore fabric api deps6e75d59chore: ignore loom updates tooab3808dchore: fix legacy logic and cleanup code style and handle errors more gracefully183ebc9chore(i18n): new translations locale.json (Croatian) (#2091)3426821chore(i18n): new crowdin translations (#2092)f450d78chore(deps): update plugin com.gradle.develocity to v4.3.2634919echore(deps): update gradle to v9.3.17d86ed1chore: configure Gradle daemon JVM toolchain for Java 2536234c1chore: add spotless, spotbugs, errorprone, and openrewrite997b378chore: use correct rewrite6013dc1chore: add dev dbs13efee0chore: bump runtaskfcb9320chore(release): bump version to 15.10.0
💅 Style
3a76e7cstyle: run openrewrite
💬 Other
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:VQY8IILc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:VQY8IILc"
}


