Tags
Creators
Details
All versions
15.9.2-neoforge
Release
SkinsRestorer 15.9.2 NeoForge8 months ago 3,016
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Required content
Any compatible version
Changes
🚀 Features
b5b34befeat: update mod support to 1.21.115f2975efeat: enable configuration cache and disable configuration on demand
🐛 Fixes
845e4b1fix(deps): update dependency com.github.cryptomorin:xseries to v13.6.023c87aafix: set hangar version to latesta1e87dcfix(deps): update all non-major dependencies to v2.0.3ce2454bfix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.70bcd2d7fix(deps): update all non-major dependencies to v4.26.14df851ffix(deps): update dependency dev.architectury:architectury-neoforge to v19 (#2079)a268148fix(deps): update architectury to v19 (#2078)7a3af69fix: make build work with architectury loom4b5383ffix: change remap target dir9b5f0d8fix: make fabric load239e511fix: declare AW once2244569fix: make build work with configuration cached1c7295fix: make configuration cache work2e21d75fix: remove mod dependencies from version catalog1c73d09fix: update the way projects are included669a3cefix: bundle all of fapi for now90d9462fix: specify access widener in fabric.mod.json5d8fbbcfix: properly generate ATae34f01fix: shadow correct transformed output1d35879fix: shadowbundle named elements
🏗 Refactor
34c5383refactor: rename noupdate.txt to noautoupdate.txt (#2081)6e6db58refactor: move to architectury loom400553frefactor: use kotlinscript
🔨 Build
1a282c5chore(release): bump version to 15.9.2-SNAPSHOT960ed0fchore(deps): update actions/upload-artifact action to v6 (#2075)b5aaddbchore(i18n): new translations locale.json (Chinese Traditional) (#2077)d6a6acdchore(i18n): new translations locale.json (French) (#2082)56ddcb5chore: cleanupe65a87achore: remove old buildscripta13f48bchore: make buildscripts work properlyb5894bdci: update artifact path4e8a5cfchore(i18n): new crowdin translations (#2086)823b90achore(release): bump version to 15.9.2
💬 Other
6539a3dRevert "fix: update the way projects are included"
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:rbocderd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:rbocderd"
}


