Got this stacktrace:
C:\IdeaProjects\MultiCarsForge120\client\src\main\java\me\wattguy\cars\mixin\ScreenMixin.java:14: warning: Unable to locate obfuscation mapping for @Shadow method
@Shadow protected abstract <T extends GuiEventListener & Renderable & NarratableEntry> T addRenderableWidget(T arg);
^
This is not in the refmap either. What to do?
It’s worth mentioning that most of it is in the refmap, but a couple of methods/fields are missing. It feels like the mappings are incomplete, how can I update them?