-
-
Notifications
You must be signed in to change notification settings - Fork 7
[Issue]: Angelica compat failure #255
Copy link
Copy link
Open
Labels
00-bugSomething isn't workingSomething isn't working01-crashThe game crashes either during loading or ingameThe game crashes either during loading or ingame02-m:threading/occlusion03-mod interactionOnly happens with a specific combination of modsOnly happens with a specific combination of mods
Description
Metadata
Metadata
Assignees
Labels
00-bugSomething isn't workingSomething isn't working01-crashThe game crashes either during loading or ingameThe game crashes either during loading or ingame02-m:threading/occlusion03-mod interactionOnly happens with a specific combination of modsOnly happens with a specific combination of mods
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