Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last week
All versions
2.1.0
Release
Armor Trim Item Fix (Fabric) 1.21.4-2.1.0last year 19K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Fixed the game crashing when the Dynamic Resources config from ModernFix is enabled. However, the mod will not do anything
- Added a warning toast when the game loads if Dynamic Resources is enabled
- Fixed z-fighting along the sides of items with layers by slightly increasing layer size. This fix should be barely noticeable beyond the lack of z-fighting. Additionally, this applies to all items, not just armor (Fixes #3)
- Rewrote how patterns are loaded. Instead of creating a file for every pattern, patterns are now added by adding them to
assets/armortrimitemfix/armortrimitemfix/patterns.jsonwhich works like a tag
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:kIhxG5zE:xcS623or"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kIhxG5zE:xcS623or"
}


