Mystery mods on quilted fabric api causes json reload listener to not fire
TelepathicGrunt opened this issue · 1 comments
TelepathicGrunt/RepurposedStructures-Quilt#205
this has been happening several times with different mods. Apparently it has happened with Charm, Inspectio, Graveyard, and outdated Server Translation Api.
It’s too time consuming to keep tracking down the offending mods and I’m burned out from this.
If quilted fabric api can find a way to make detecting the offending mod easier for users, that would be ideal. Otherwise, I give up with trying to make my mod’s json reload listener work in people’s quilt modpacks
Hi, guess it's time for an update on this!
New resource loader now includes 2 properties to hopefully help and debug those issues:
-Dquilt.resource_loader.debug.reloaders_identity=true
will log if a resource reloader does not implement the identifiable interface-Dquilt.resource_loader.debug.reloaders_order=true
will log the computed order of resource reloaders.