Open Flytre opened 2 years ago
This could be related to the mixin mapping service issues I investigated today where the mixin mapping service is incorrectly shared across Fabric and Forge projects in the same Gradle build.
Confirmed bug on Arch Loom 0.12, issue ended up affecting my Forge builds
Cannot replicate on Arch Loom 0.12.0 after 4d042cd4a570db450ac43cc2152b67bdc73bb4cf 🎉
Relevant Version(s): Architectury Loom 0.11.0-Snapshot.
Not an issue on: Architectury Loom 0.10.0-Snapshot Fabric Loom 0.12-Snapshot.
Bug: Mixins that target methods originating from interfaces in the target class (for example, injecting into render on screens) are not remapped in the build jar. This causes the jar to fail when run as a mod.
Example: