Tags
Creators
Details
All versions
15.9.0-neoforge
Release
SkinsRestorer 15.9.0 NeoForge10 months ago 13.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Required content
Any compatible version
Changes
๐ Features
2d1f015feat: show skin head in chat on 1.21.9+29cb1b5feat: add skull to more cmdsf953339feat: add heads to history and favouritesff75795feat: readd spotbugs9814a15feat: add /skin upload command
๐ Fixes
ed1e0dffix: exclude useless kotlin module file2371d36fix: make messages cleanerb1a57ecfix: disable player head objects by default for nowb3c3742fix(deps): update dependency net.kyori:indra-git to v4 (#2043)594b5ccfix(deps): update dependency org.testcontainers:testcontainers to v2 (#2044)69250a0fix(deps): update all non-major dependencies (#2039)3879421fix(deps): update all non-major dependencies to v18.0.5 (#2049)f334e85fix(deps): update all non-major dependencies to v18.0.6 (#2052)5310782fix(deps): update dependency org.junit.jupiter:junit-jupiter to v6.0.1 (#2057)2fb7a4efix(deps): update dependency me.clip:placeholderapi to v2.11.7bc33e58fix(deps): update dependency com.google.errorprone:error_prone_core to v2.44.06bddf9efix(deps): update all non-major dependencies2f87af6fix: make cape support work
๐จ Build
9adbb7cchore(release): bump version to 15.8.3-SNAPSHOTfbe486bchore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#2040)c58d000chore(i18n): new translations locale.json (Azerbaijani) (#2042)e5195e7chore(i18n): new crowdin translations (#2045)6f9cc7fchore(i18n): new crowdin translations (#2046)c3f8e71chore(i18n): new translations locale.json (Slovak) (#2047)1c48805chore(i18n): new translations locale.json (Slovak) (#2048)c43db65chore: disable fabric API bumping10a1dc0chore(i18n): new crowdin translations (#2050)b4e0116chore(deps): update actions/upload-artifact action to v5 (#2051)344efecchore: enable automerge type branch9cc382bchore(deps): update gradle to v9.2.0 (#2053)e1b5cb2chore(deps): update mikepenz/release-changelog-builder-action action to v6 (#2054)eeebe4fchore(i18n): new translations locale.json (Lithuanian) (#2055)925fa16chore(i18n): new crowdin translations (#2058)6af3a04chore(i18n): new crowdin translations (#2060)bed3764chore: update invalid urlskin message30a4e63chore(i18n): new translations locale.json (Turkish) (#2062)eca31efchore(i18n): new crowdin translations (#2063)6e5cd76chore(i18n): new translations locale.json (Hungarian) (#2064)1565b8fchore(release): bump version to 15.9.0
๐งช Tests
a071912test: remove axolotl test
๐ฌ 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:Js37n7Xi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:Js37n7Xi"
}


