Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0.8-neoforge-1.21.1
Release
TACZ: Advanced Skin System 1.0.8-neoforge-1.21.1last month 981
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
v 1.0.8
Added
- Custom skin rarities. Drop a JSON file in
data/<namespace>/skin_rarities/to add a new tier or replace one of the five built-ins — display name, color, sort order, fuse cost, and fuse targets are all configurable. Without a datapack the built-in tiers behave exactly as before.
Fixed
- Fixed a server crash on startup (NullPointerException) while loading rarities. The rarity registry built itself before its own built-in tiers existed, so world load failed outright.
- Fixed the weapon-draw sound repeating with custom 3D model skins — when switching skins or weapons, and even while just browsing the Armory. Any asset finishing its download rebuilt every skinned weapon, and each rebuild replayed the draw animation. Previewing a skin no longer runs the draw sequence on the weapon in your hand either.
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:NiMg4Heu:VLfAvZsE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NiMg4Heu:VLfAvZsE"
}

