Tags
Creators
Details
Licensed MIT
Published last year
Updated 8 months ago
All versions
1.4.4
Beta
Trimica Fabric 1.4.4 for 1.21.108 months ago 4,243
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.4.4
- Probably Fix ET Compat
- Whoops I forgot to delete the log spam
1.4.3
- Fix overlay rendering using cached UVs when atlas resizes before the next frame can be drawn (#8)
1.4.2
- Fix missing trim data file in neo distribution
1.4.1
- Fix crash on neo related to accessing unloaded tags
1.4.0
- Use
trimica:all_trimmablestag to determine when an item can be trimmed in the default crafting - Migrate shield trim rendering to api to ease compat with mods that add custom shields
- Migrate client-side api endpoints to new client api
- Old endpoints are now deprecated but will still work until 2.0.0
- Consolidate PalleteInterceptor methods into a single method that provides the material and additions
- Old methods are now deprecated but will still work until 2.0.0
1.3.2
- Whoops I broke the material addition recipe (its fixed now)
1.3.1
- Capture models during resolution to allow item definition derived item models to work correctly with trims
- Alphabetically sort generated trim material tags
1.3.0
- Update to 1.21.10
- Switch runtime atlases to be per-material instead of per-pattern to improve performance most of the time
- Players are more likely to use the same material across multiple patterns than the same pattern across multiple materials
- Add runtime tag generation for generated trim materials for compat with mods or datapacks that wish to reference trims by id
- Drop 1.21.5/6 support
1.2.2
- Update configurable dep
- Include icon in neo dist
1.2.1
- Fix crash when loading into world
- Fix intrinsic additional materials not applying to additional trims
1.2.0
- Add support for additional trims on already trimmed items
- Disabled by default but can be enabled in the config or via
/trimica toggle additionalTrims true
- Disabled by default but can be enabled in the config or via
1.1.0
- Add Configurable
- Add modularisation support to allow users to disable features they don't need
1.0.1
- Use new elytra trims api and fix issues with compat with elytra trims
- Use mixin config plugin for optional mixins
- Fix textures failing to load
- Fix tests
1.0.0
Intial Release
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| trimica-1.4.4+1.21.10-fabric-sources.jar | Unknown | 560.5 KiB |
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:QWVeKieD:A50VRhpm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QWVeKieD:A50VRhpm"
}


