Hi - I've been tearing my hair out on this. I've created a simple mod for tin ore, that works fine and adds the expecting blocks and items and recipies. Now I want to create another mod that uses the tin mod. eg: references blocks/items. I've added the relevant things to settings.gradle and build.gradle. Everything compiles correctly, but when I try to do datagen, I get an access widener issue.
Caused by: net.fabricmc.loader.impl.lib.accesswidener.AccessWidenerFormatException: Namespace (intermediary) does not match current runtime namespace (named)
I've no idea where to make this change or why it is needed. The code being accessed as far as I can tell is all public.
Note: I also get an error when running the genSources task, based on an implicit dependency, but I don't think that is causing the problem, but just incase...
Thanks you in advance for any advice.