File Details
1.16.4-chime-1.1.0.jar
- R
- Feb 18, 2021
- 42.04 KB
- 91
- 1.16.5+2
- Fabric
File Name
chime-1.1.0.jar
Supported Versions
- 1.16.5
- 1.16.4
- 1.16
Curse Maven Snippet
Additions
- Armor textures can now be overridden using Chime predicates if placed at
assets/minecraft/overrides/armor/[texture_name].json - Overrides can now exist in their own files, offering a way to optionally depend on Chime, or layer predicates from multiple mods or resource packs, placed at
assets/[namespace]/overrides/item/[item_name].jsonusing the same format as a normal chime predicate, but with onlyoverridesin the root tag - NBT strings can now be matched against regex, strings that start and end with
/will be treated as a regex pattern, such as/some/matching the regexsome - Added the
durabilitypredicate, for range matching against an item's damage - Added the
entity/slotpredicate, for matching an equipment slot that an item is in, this may be expanded in the future to support trinket slots.
Changes
- The
namepredicate now no longer matches to regex by default, using the same format as NBT string matching