Tags
Creators
Details
All versions
15.7.2-neoforge
Release
SkinsRestorer 15.7.2 NeoForgelast year 116
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
🚀 Features
c7ae3d3feat: improve mod info and improve proxy detection for modc3a727efeat: add plugin url info
🐛 Fixes
7bec82cfix: allow other players to see skin change on modd0a4b51fix: refresh even players not in render distanceed093d6fix: properly set load order of miniplaceholders and add mod support for itc011b90fix: properly match viaversion idse9ea91ffix: properly use one tick delay rather than executing directly if on-thread29f8d8bfix: prevent cursor from resetting when opening skins gui39b6f65fix: make viaversion workaround work on moddedcc16d79fix(deps): update all non-major dependencies (#1975)
🏗 Refactor
6e49326refactor: align kyori component translation with other platforms403db84refactor: make inventory code cleanercc4f9f3refactor: reuse textures codec766cccrefactor: make viaversion code abstract
🔨 Build
6f4b473chore(release): bump version to 15.7.2-SNAPSHOT216c4ecci: release plugin before mods05ccb23chore(deps): update plugin xyz.wagyourtail.unimined to v1.3.15 (#1974)5bd0964ci: improve step namesab28820chore(release): bump version to 15.7.2
💅 Style
e646ffbstyle: move tracker closer to usage
Optional dependencies
Any compatible version
Any compatible version
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:KDoh4yhi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:KDoh4yhi"
}

