Automobility

Automobility

130k Downloads

Incompatibility with Chimes Mod

TofuToons opened this issue ยท 4 comments

commented

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

commented

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

commented

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.

commented

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

commented

Thank you so much. Ill shoot them a comment