FoundationGames / Automobility

A Minecraft mod on the Fabric modloader which aims to add some useful vehicles.
MIT License
54 stars 34 forks source link

Incompatibility with Chimes Mod #11

Open TofuToons opened 2 years ago

TofuToons commented 2 years ago

Loops on loading screen when you have just automobility and chimes installed.

Versions: Automobility 0.1.1 Chimes 1.1.1

Log: latest.log

No Crash Report as it never crashes

FoundationGames commented 2 years ago

This is likely an issue with Chimes, they have a resource file with an invalid name A dependency of Automobility (JsonEM) is trying to read that file, but is failing due to the invalid name - the best solution here would be for Chimes to change that file name

I wish I could debug the issue further, but Chimes is completely closed source and doesn't seem to have an available issue tracker

TofuToons commented 2 years ago

Would you be able to let me know what file is causing the issue? It seems the only way to contact the dev at the moment is leaving a comment on their curseforge page, so Ill drop a comment and let them know.

FoundationGames commented 2 years ago

The file's resource location is chimes:models/entity/block/metal_chimes/Chimes.json (notice how Chimes.json is capitalized, that is what is causing the error) If you want to browse through the mod jar, that should mean you'll find it at ./assets/chimes/models/entity/block/metal_chimes/Chimes.json

TofuToons commented 2 years ago

Thank you so much. Ill shoot them a comment