### Minecraft version 1.20.1 ### Farmer's Delight version 2.1.4 ### Fabric Loader version Quilt Loader 0.26.4-beta.5 (Fabric Loader 0.16.2) ### Fabric API version QFAPI 7.6.0 (Fabric API 0.92.2) ### Description I've noticed that `net.minecraft.class_1935` (`ItemConvertible` / `ItemLike`) is being classloaded before the mixin processor starts. This can lead to weird issues with mixins not being applied to that class later on. Apparently, this is due to Farmer's Delight Refabricated. ``` [53.781s][info][class,load] vectorwing.farmersdelight.FarmersDelightASM source: quilt.zfs://farmersdelight-1.20.1-2.1.4refabricated.i0:0/ [53.781s][info][class,load] net.minecraft.class_1935 source: quilt.zfs://minecraft-1.20.1.i0:0/ ``` Though I'm not entirely sure what in [FarmersDelightASM](https://github.com/MehVahdJukaar/FarmersDelightRefabricated/blob/b1216e8ff09f065a4822bf99168abd05c32bae43/src/main/java/vectorwing/farmersdelight/FarmersDelightASM.java) is causing this issue... it probably has something to do with a synthetic method created by a lambda. I don't have the bytecode in front of me. ### Steps to reproduce 1. Start the game ### Mod list - Fabric API - Farmer's Delight Refabricated ### Logs N/A ### Minimal instance - [X] I have tested this on a minimal instance ### Performance and shader mods - [ ] I am using performance or shader mods