Got Error Log from Lithium
suerion opened this issue ยท 0 comments
Describe the Bug
Lithium analysis ->
[18:49:10] [Server thread/WARN] (Lithium Class Analysis) Lithium Class Analysis Error: Class com.simibubi.create.content.logistics.trains.entity.CarriageContraptionEntity cannot be analysed, because getting declared methods crashes with NoClassDefFoundError: com/jozufozu/flywheel/api/instance/DynamicInstance. This is usually caused by modded entities declaring methods that have a return type or parameter type that is annotated with @Environment(value=EnvType.CLIENT). Loading the type is not possible, because it only exists in the CLIENT environment. The recommended fix is to annotate the method with this argument or return type with the same annotation. Lithium handles this error by assuming the class cannot be included in some optimizations.
Reproduction Steps
Start server with newest Update on 1.19.2
Expected Result
No Warning in Lof
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows Server
Mod Version
0.5.0i
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response