mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 08:36:56 -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:
Binary file not shown.
Reference in New Issue
Block a user