chime
chime copied to clipboard
Just want to express interest for this mod to be updated to support 1.20.6. 🙂
My game crashes everytime I put on a piece of armour from mods like Mystical Agriculture: Refsbricated or advanced netherite. Here is the Crash: [crash-2023-09-09_02.13.47-client.txt](https://github.com/emilyploszaj/chime/files/12566621/crash-2023-09-09_02.13.47-client.txt)
Minecraft 1.18.2 Chime v1.2.1 Overrides for the trident model in inventory does not apply. ## How to replicate: in `overrides/item`: in `gold_ingot.json` and `trident.json`: ```json { "overrides": [ { "predicate":...
Add support for changing sounds based on predicates. This does not seem to be supported by chime or CIT, and would be a welcome addition.
I feel that the documentation on the wiki is unclear. I find it very difficult to figure out how to add custom armor or items. Please clarify documention (continuation of...
Equipping custom Chime armor inside of a cosmetic armor slot from this mod: https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-fabric Causes the texture to not update. This works with optifine CIT, but I can't tell if...
you can implement this by adding this to `dev.emi.chime.ChimeClient#matchesJsonObject`: ``` java // regex match if (key.startsWith("chime:regex:")) { // regex match can't capture non-existent predicates if (element.isJsonNull()) return true; String regex...
[crash-2024-05-27_02.57.00-client.txt](https://github.com/emilyploszaj/chime/files/15448658/crash-2024-05-27_02.57.00-client.txt) 1 [latest.log](https://github.com/emilyploszaj/chime/files/15448660/latest.log)