Tags
Creators
Details
All versions
2.0.0
Release
Custom Item Attributes (CIA) 2.0.02 years ago 1.02M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
2.0.0
- BREAKING: Config moved to the custom_item_attributes folder, with the config now named overrides.json5
- BREAKING: Config format changed, now instead of there being a config for each slot, to reduce clutter it has been changed to the slot being defined in the entry itself as an array, so you can put multiple slots. Curios/Trinkets/Accessories support is not yet added, for now. If you're confused about this, just check the new config and you'll see what I mean!
- Fixed attributes not being able to be applied on multiple items at the same time due to UUID generation. It's now unique depending on the item type and attribute.
- Fixed items being forced to not be unbreakable, now you can add a config without the unbreakable tag, making it ignore unbreakability and not breaking mods that would change the state of the item such as the Hardening Catalyst from the Things mod. This bug also turned into a feature, as it's now defined as the "force_unbreakable" option in the config. Setting it to true will bring back the old behavior.
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:6wP3NByD:CPxPGAIr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6wP3NByD:CPxPGAIr"
}

