-
Notifications
You must be signed in to change notification settings - Fork 5
Description
In order for mixin refmaps to be found in a project created using hexdummy, the autogenerated mixin config JSONs need to be edited to include "refmap": "<modid>-<platform>.refmap.json". This seems like something that should be done as part of the autogeneration, rather than requiring a manual edit.
I'm not entirely sure why this is necessary in the first place. In the past, when I was working on a fabric-only project, I didn't need to specify the refmap in the mixin config - it was somehow automatically detected. Maybe that's not happening here because the added platform name breaks the standard format of <modid>.refmap.json?
Alternatively, it's possible that I'm doing something wrong, and the refmap is actually supposed to be detected automatically. If so, please let me know what might be causing that process to fail.