
Unable to read a class file correctly .minecraft/mods/falsepattern/org.joml-joml-1.10.5.jar
SilearFlare opened this issue ยท 3 comments
Might as well reuse this one ๐
I deleted the falsepattern folder, but it's still spewing pagefuls of errors in the console about it can't read a class file correctly in joml.jar every time, which means it's an upstream problem.
There's no crash, but it's still an issue.
If the dependency loader is not meant to ever load Forge mods, then this could be solved by adding all dependency jars to the loaded coremod list (CoreModManager.getLoadedCoremods()
) to make the classpath mod discoverer skip over them.