mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-09-22 21:25:23 -04:00
fix: Cinnabar crash due to tinyfd module encapsulation conflict
We get a `InvalidModuleDescriptorException` due to our fat glfw jar providing tinyfd classes despite not being declared properly in module-info.class, this then confuses the loader as it tries to load another different tinyfd jar file with a proper module-info.class. To avoid this, let's just remove tinyfd. Any mod using it would likely just ship with it.
This commit is contained in:
1 parent
09c2a50356
commit
710dabf17c
1 file changed
Binary file not shown.
Reference in new issue
Block a user