Description
I'm developing my mod and noticed bug in agelica compat FalseTweaks 4.3.4.
My mod has several ThreadSafeISBRHFactory annotated with @Optional.Interface(modid = "angelica", iface = "com.gtnewhorizons.angelica.api.ThreadSafeISBRHFactory")
Also method from interface is annotated with @Optional.Method(modid = "angelica")
When I'm entering the world I got java.lang.NoClassDefFoundError: com/gtnewhorizons/angelica/api/ThreadSafeISBRHFactory and world enter failes.
FalseTweaks 4.3.2 works fine under the same setup
fml_client_latest.log, and crash reports, if any.
fml-client-latest.log
latest.log
I have submitted the required files