promotional bannermobile promotional banner

Custom Item Attributes (Modpack Utils Series)

Customize default attributes of any item, with modded attributes & items supported.

File Details

CIA Fabric 1.20.X | v2.0.0

  • R
  • Aug 9, 2024
  • 206.63 KB
  • 4.0M
  • 1.20.4+6
  • Fabric

File Name

CustomItemAttributes-FABRIC-1.20.X-2.0.0.jar

Supported Versions

  • 1.20.2-Snapshot
  • 1.20.3-Snapshot
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cia-965954:5610924"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.