architectury/architectury-plugin

Field injection targets don't get remapped in the refmap properly on Forge

jacksonhardaway opened this issue · 3 comments

When using Forge (this is with architectury), field injection points get remapped to intermediary in the refmap instead of srg. This causes the game to crash if using a field injection point.

Is this the common module or the forge module?

Should've clarified this, I'm talking about production environment. After building the jars the fabric one works fine whereas the forge one doesn't have the field injections remapped correctly.

The mixins are in the common module yeah